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
@@ -3,12 +3,12 @@
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
<artifactId>jero-boot-starter</artifactId>
<artifactId>laws-starter</artifactId>
<groupId>com.jero.boot</groupId>
<version>2.5.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>jero-boot-starter-cloud</artifactId>
<artifactId>laws-starter-cloud</artifactId>
<dependencies>
<dependency>
@@ -3,13 +3,13 @@
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
<artifactId>jero-boot-starter</artifactId>
<artifactId>laws-starter</artifactId>
<groupId>com.jero.boot</groupId>
<version>2.5.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>jero-boot-starter-job</artifactId>
<description>jero-boot-starter-定时任务</description>
<artifactId>laws-starter-job</artifactId>
<description>laws-starter-定时任务</description>
<dependencies>
<dependency>
<groupId>com.xuxueli</groupId>
@@ -3,13 +3,13 @@
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
<artifactId>jero-boot-starter</artifactId>
<artifactId>laws-starter</artifactId>
<groupId>com.jero.boot</groupId>
<version>2.5.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>jero-boot-starter-lock</artifactId>
<description>jero-boot-starter-分布式锁</description>
<artifactId>laws-starter-lock</artifactId>
<description>laws-starter-分布式锁</description>
<dependencies>
<dependency>
<groupId>org.redisson</groupId>
@@ -3,13 +3,13 @@
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
<artifactId>jero-boot-starter</artifactId>
<artifactId>laws-starter</artifactId>
<groupId>com.jero.boot</groupId>
<version>2.5.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>jero-boot-starter-rabbitmq</artifactId>
<description>jero-boot-starter-消息队列</description>
<artifactId>laws-starter-rabbitmq</artifactId>
<description>laws-starter-消息队列</description>
<dependencies>
<!-- 消息总线 rabbitmq -->
<dependency>
+6 -6
View File
@@ -7,7 +7,7 @@
<version>2.5.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>jero-boot-starter</artifactId>
<artifactId>laws-starter</artifactId>
<packaging>pom</packaging>
<properties>
@@ -16,16 +16,16 @@
</properties>
<modules>
<module>jero-boot-starter-cloud</module>
<module>jero-boot-starter-job</module>
<module>jero-boot-starter-lock</module>
<module>jero-boot-starter-rabbitmq</module>
<module>laws-starter-cloud</module>
<module>laws-starter-job</module>
<module>laws-starter-lock</module>
<module>laws-starter-rabbitmq</module>
</modules>
<dependencies>
<!--jero-tools-->
<dependency>
<groupId>com.jero.boot</groupId>
<artifactId>jero-boot-base-tools</artifactId>
<artifactId>laws-base-tools</artifactId>
</dependency>
<!--加载配置信息-->
<dependency>
+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>
@@ -3,7 +3,7 @@
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
<artifactId>jero-boot-base-api</artifactId>
<artifactId>laws-base-api</artifactId>
<groupId>com.jero.boot</groupId>
<version>2.5.1</version>
</parent>
@@ -3,7 +3,7 @@
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
<artifactId>jero-boot-base-api</artifactId>
<artifactId>laws-base-api</artifactId>
<groupId>com.jero.boot</groupId>
<version>2.5.1</version>
</parent>
+3 -3
View File
@@ -3,13 +3,13 @@
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
<artifactId>jero-boot-base</artifactId>
<artifactId>laws-base</artifactId>
<groupId>com.jero.boot</groupId>
<version>2.5.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>jero-boot-base-api</artifactId>
<artifactId>laws-base-api</artifactId>
<packaging>pom</packaging>
<modules>
@@ -20,7 +20,7 @@
<dependencies>
<dependency>
<groupId>com.jero.boot</groupId>
<artifactId>jero-boot-base-core</artifactId>
<artifactId>laws-base-core</artifactId>
</dependency>
</dependencies>
</project>
+4 -4
View File
@@ -3,12 +3,12 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
<groupId>com.jero.boot</groupId>
<artifactId>jero-boot-base</artifactId>
<artifactId>laws-base</artifactId>
<version>2.5.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>jero-boot-base-core</artifactId>
<artifactId>laws-base-core</artifactId>
<repositories>
<repository>
@@ -34,12 +34,12 @@
<!--jero-tools-->
<dependency>
<groupId>com.jero.boot</groupId>
<artifactId>jero-boot-base-tools</artifactId>
<artifactId>laws-base-tools</artifactId>
</dependency>
<!-- 代码生成核心包 -->
<dependency>
<groupId>com.jero.boot</groupId>
<artifactId>jero-boot-base-generater-core</artifactId>
<artifactId>laws-base-generater-core</artifactId>
<version>${jero.version}</version>
</dependency>
<!--集成springmvc框架并实现自动配置 -->
+2 -2
View File
@@ -3,13 +3,13 @@
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
<artifactId>jero-boot-base</artifactId>
<artifactId>laws-base</artifactId>
<groupId>com.jero.boot</groupId>
<version>2.5.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<description>代码生成核心模块</description>
<artifactId>jero-boot-base-generater-core</artifactId>
<artifactId>laws-base-generater-core</artifactId>
<dependencies>
<dependency>
+2 -2
View File
@@ -3,13 +3,13 @@
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
<artifactId>jero-boot-base</artifactId>
<artifactId>laws-base</artifactId>
<groupId>com.jero.boot</groupId>
<version>2.5.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>jero-boot-base-generater</artifactId>
<artifactId>laws-base-generater</artifactId>
<properties>
<maven.compiler.source>8</maven.compiler.source>
+2 -2
View File
@@ -3,12 +3,12 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
<groupId>com.jero.boot</groupId>
<artifactId>jero-boot-base</artifactId>
<artifactId>laws-base</artifactId>
<version>2.5.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<description>公共模块</description>
<artifactId>jero-boot-base-tools</artifactId>
<artifactId>laws-base-tools</artifactId>
<dependencies>
<!--集成springmvc框架 -->
+6 -6
View File
@@ -9,15 +9,15 @@
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>jero-boot-base</artifactId>
<artifactId>laws-base</artifactId>
<packaging>pom</packaging>
<modules>
<module>jero-boot-base-api</module>
<module>jero-boot-base-core</module>
<module>jero-boot-base-tools</module>
<module>jero-boot-base-generater</module>
<module>jero-boot-base-generater-core</module>
<module>laws-base-api</module>
<module>laws-base-core</module>
<module>laws-base-tools</module>
<module>laws-base-generater</module>
<module>laws-base-generater-core</module>
</modules>
</project>
+3 -3
View File
@@ -9,7 +9,7 @@
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>jero-boot-module-demo</artifactId>
<artifactId>laws-module-demo</artifactId>
<dependencies>
<dependency>
@@ -19,11 +19,11 @@
<!--引入微服务启动依赖 starter
<dependency>
<groupId>org.jeecgframework.boot</groupId>
<artifactId>jero-boot-starter-cloud</artifactId>
<artifactId>laws-starter-cloud</artifactId>
</dependency>
<dependency>
<groupId>org.jeecgframework.boot</groupId>
<artifactId>jero-boot-starter-job</artifactId>
<artifactId>laws-starter-job</artifactId>
</dependency>-->
</dependencies>
</project>
+1 -1
View File
@@ -8,7 +8,7 @@
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>jero-boot-module-system</artifactId>
<artifactId>laws-module-system</artifactId>
<repositories>
<!-- <repository>-->
+3 -3
View File
@@ -9,7 +9,7 @@
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>jero-boot-modules</artifactId>
<artifactId>laws-modules</artifactId>
<properties>
<maven.compiler.source>8</maven.compiler.source>
@@ -22,12 +22,12 @@
</dependency>
<dependency>
<groupId>com.jero.boot</groupId>
<artifactId>jero-boot-module-system</artifactId>
<artifactId>laws-module-system</artifactId>
<version>${jero.version}</version>
</dependency>
<dependency>
<groupId>com.jero.boot</groupId>
<artifactId>jero-boot-base-generater</artifactId>
<artifactId>laws-base-generater</artifactId>
<version>${jero.version}</version>
</dependency>
<!-- https://mvnrepository.com/artifact/org.activiti.dependencies/activiti-dependencies -->
+5 -5
View File
@@ -9,27 +9,27 @@
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>jero-boot-single-startup</artifactId>
<artifactId>laws-single-startup</artifactId>
<dependencies>
<dependency>
<groupId>com.jero.boot</groupId>
<artifactId>jero-boot-module-system</artifactId>
<artifactId>laws-module-system</artifactId>
<version>${jero.version}</version>
</dependency>
<dependency>
<groupId>com.jero.boot</groupId>
<artifactId>jero-boot-module-demo</artifactId>
<artifactId>laws-module-demo</artifactId>
<version>${jero.version}</version>
</dependency>
<dependency>
<groupId>com.jero.boot</groupId>
<artifactId>jero-boot-base-generater</artifactId>
<artifactId>laws-base-generater</artifactId>
<version>${jero.version}</version>
</dependency>
<dependency>
<groupId>com.jero.boot</groupId>
<artifactId>jero-boot-modules</artifactId>
<artifactId>laws-modules</artifactId>
<version>${jero.version}</version>
<exclusions>
<exclusion>
+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>