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