update 更改模块名称

This commit is contained in:
lijiarao
2023-09-05 09:17:00 +08:00
parent 8522fc6f34
commit 3388e8976e
20 changed files with 74 additions and 74 deletions
+1 -1
View File
@@ -14,7 +14,7 @@
<!-- jero 微服务基础依赖-->
<dependency>
<groupId>com.jero.boot</groupId>
<artifactId>jero-boot-starter-cloud</artifactId>
<artifactId>laws-starter-cloud</artifactId>
<exclusions>
<exclusion>
<groupId>com.jero.boot</groupId>
@@ -12,10 +12,10 @@
<description>System项目微服务启动</description>
<dependencies>
<!-- jero-boot-starter-cloud feign 依赖 -->
<!-- laws-starter-cloud feign 依赖 -->
<dependency>
<groupId>com.jero.boot</groupId>
<artifactId>jero-boot-starter-cloud</artifactId>
<artifactId>laws-starter-cloud</artifactId>
<!--system模块需要排除jero-system-cloud-api-->
<exclusions>
<exclusion>
@@ -24,31 +24,31 @@
</exclusion>
</exclusions>
</dependency>
<!-- 引入jero-boot-module-system依赖 启动 -->
<!-- 引入laws-module-system依赖 启动 -->
<dependency>
<groupId>com.jero.boot</groupId>
<artifactId>jero-boot-module-system</artifactId>
<artifactId>laws-module-system</artifactId>
</dependency>
<!-- 引入jero-boot-base-generater依赖 启动 -->
<!-- 引入laws-base-generater依赖 启动 -->
<dependency>
<groupId>com.jero.boot</groupId>
<artifactId>jero-boot-base-generater</artifactId>
<artifactId>laws-base-generater</artifactId>
<version>${jero.version}</version>
</dependency>
<!--rabbitmq消息队列-->
<dependency>
<groupId>com.jero.boot</groupId>
<artifactId>jero-boot-starter-rabbitmq</artifactId>
<artifactId>laws-starter-rabbitmq</artifactId>
</dependency>
<!--xxl-job定时任务-->
<dependency>
<groupId>com.jero.boot</groupId>
<artifactId>jero-boot-starter-job</artifactId>
<artifactId>laws-starter-job</artifactId>
</dependency>
<!-- 分布式锁依赖 -->
<dependency>
<groupId>com.jero.boot</groupId>
<artifactId>jero-boot-starter-lock</artifactId>
<artifactId>laws-starter-lock</artifactId>
</dependency>
</dependencies>