【修改】pom的项目名更改
This commit is contained in:
+6
-5
@@ -54,7 +54,8 @@
|
||||
|
||||
<!-- 需要微服务,请打开注释
|
||||
<module>jeecg-boot-starter</module>
|
||||
<module>jeecg-cloud-module</module>-->
|
||||
<module>jeecg-cloud-module</module>
|
||||
-->
|
||||
</modules>
|
||||
|
||||
<distributionManagement>
|
||||
@@ -168,28 +169,28 @@
|
||||
|
||||
<!--xxl-job定时任务-->
|
||||
<dependency>
|
||||
<groupId>org.jeecgframework.boot</groupId>
|
||||
<groupId>com.jero.boot</groupId>
|
||||
<artifactId>jeecg-boot-starter-job</artifactId>
|
||||
<version>${jero.version}</version>
|
||||
</dependency>
|
||||
|
||||
<!--redis分布式锁-->
|
||||
<dependency>
|
||||
<groupId>org.jeecgframework.boot</groupId>
|
||||
<groupId>com.jero.boot</groupId>
|
||||
<artifactId>jeecg-boot-starter-lock</artifactId>
|
||||
<version>${jero.version}</version>
|
||||
</dependency>
|
||||
|
||||
<!--rabbitmq消息队列-->
|
||||
<dependency>
|
||||
<groupId>org.jeecgframework.boot</groupId>
|
||||
<groupId>com.jero.boot</groupId>
|
||||
<artifactId>jeecg-boot-starter-rabbitmq</artifactId>
|
||||
<version>${jero.version}</version>
|
||||
</dependency>
|
||||
|
||||
<!--redis-->
|
||||
<dependency>
|
||||
<groupId>org.jeecgframework.boot</groupId>
|
||||
<groupId>com.jero.boot</groupId>
|
||||
<artifactId>jeecg-boot-starter-redis</artifactId>
|
||||
<version>${jero.version}</version>
|
||||
</dependency>
|
||||
|
||||
Reference in New Issue
Block a user