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 -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 -->