<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <modelVersion>4.0.0</modelVersion>
  <groupId>cn.amossun</groupId>
  <artifactId>starter-cache</artifactId>
  <version>1.2.0-RELEASE</version>
  <packaging>pom</packaging>
  <name>cn.amossun:starter-cache</name>
  <description>该项目支持用户使用注释从方法参数发布事件消息，以支持Spring RabbitMq原生事件类型，并将它们推送到指定的RabbitMq数据源。
        只需添加一个@EventPublisher注释来推送消息，通过@EventListener或EventMulticaster接收消息，并通过带有统一处理方法参数的消息队列发送广播事件。

        该项目支持用户使用基于Redis数据源的动态ORM配置无代码入侵Mybatis数据库加解密脱敏完成数据安全工作。
        只需要在Redis连接配置的基础上添加相应的数据库ORM，无代码入侵数据库功能的代码就可以无缝连接到业务域。</description>
  <url>https://gitee.com/amos_sun/starter-parent/starter-cache</url>
  <licenses>
    <license>
      <name>MIT License</name>
      <url>https://spdx.org/licenses/MIT.html</url>
      <distribution>repo</distribution>
    </license>
  </licenses>
  <developers>
    <developer>
      <name>amossun</name>
      <email>18173048181@163.com</email>
      <roles>
        <role>Developer</role>
      </roles>
      <timezone>+8</timezone>
    </developer>
  </developers>
  <scm>
    <connection>https://gitee.com/amos_sun/starter-parent.git/starter-cache</connection>
    <developerConnection>https://gitee.com/amos_sun/starter-parent.git/starter-cache</developerConnection>
    <url>https://gitee.com/amos_sun/starter-parent/starter-cache</url>
  </scm>
  <distributionManagement>
    <repository>
      <id>ossrh</id>
      <name>Nexus Release Repository</name>
      <url>https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/</url>
    </repository>
    <snapshotRepository>
      <id>ossrh</id>
      <name>Nexus Snapshot Repository</name>
      <url>https://s01.oss.sonatype.org/content/repositories/snapshots</url>
    </snapshotRepository>
  </distributionManagement>
  <build>
    <plugins>
      <plugin>
        <groupId>org.sonatype.plugins</groupId>
        <artifactId>nexus-staging-maven-plugin</artifactId>
        <version>1.6.7</version>
        <extensions>true</extensions>
      </plugin>
    </plugins>
  </build>
</project>
