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
+14 -14
View File
@@ -49,14 +49,14 @@
</properties>
<modules>
<module>jero-boot-base</module>
<module>jero-boot-module-demo</module>
<module>jero-boot-module-system</module>
<module>laws-base</module>
<module>laws-module-demo</module>
<module>laws-module-system</module>
<!-- 单体应用启动类 -->
<module>jero-boot-single-startup</module>
<module>jero-boot-modules</module>
<module>laws-single-startup</module>
<module>laws-modules</module>
<!-- 需要微服务,请打开注释吗,并刷新maven
<module>jero-boot-starter</module>
<module>laws-starter</module>
<module>jero-cloud-module</module>
-->
</modules>
@@ -146,20 +146,20 @@
<!-- system 模块-->
<dependency>
<groupId>com.jero.boot</groupId>
<artifactId>jero-boot-module-system</artifactId>
<artifactId>laws-module-system</artifactId>
<version>${jero.version}</version>
</dependency>
<!-- jeecg tools -->
<dependency>
<groupId>com.jero.boot</groupId>
<artifactId>jero-boot-base-tools</artifactId>
<artifactId>laws-base-tools</artifactId>
<version>${jero.version}</version>
</dependency>
<!-- jeecg core -->
<dependency>
<groupId>com.jero.boot</groupId>
<artifactId>jero-boot-base-core</artifactId>
<artifactId>laws-base-core</artifactId>
<version>${jero.version}</version>
</dependency>
<!-- system 单体 api -->
@@ -171,7 +171,7 @@
<!-- system 单体 api -->
<dependency>
<groupId>com.jero.boot</groupId>
<artifactId>jero-boot-modules</artifactId>
<artifactId>laws-modules</artifactId>
<version>${jero.version}</version>
</dependency>
<!-- system 微服务 api -->
@@ -184,28 +184,28 @@
<!--微服务模块-->
<dependency>
<groupId>com.jero.boot</groupId>
<artifactId>jero-boot-starter-cloud</artifactId>
<artifactId>laws-starter-cloud</artifactId>
<version>${jero.version}</version>
</dependency>
<!--xxl-job定时任务-->
<dependency>
<groupId>com.jero.boot</groupId>
<artifactId>jero-boot-starter-job</artifactId>
<artifactId>laws-starter-job</artifactId>
<version>${jero.version}</version>
</dependency>
<!--redis分布式锁-->
<dependency>
<groupId>com.jero.boot</groupId>
<artifactId>jero-boot-starter-lock</artifactId>
<artifactId>laws-starter-lock</artifactId>
<version>${jero.version}</version>
</dependency>
<!--rabbitmq消息队列-->
<dependency>
<groupId>com.jero.boot</groupId>
<artifactId>jero-boot-starter-rabbitmq</artifactId>
<artifactId>laws-starter-rabbitmq</artifactId>
<version>${jero.version}</version>
</dependency>