update 更改模块名称
This commit is contained in:
@@ -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>
|
||||
Reference in New Issue
Block a user