【添加】调整demo模块应用的POM

This commit is contained in:
zer0Black
2021-03-23 16:15:03 +08:00
parent eeead858da
commit 3722890522
4 changed files with 9 additions and 42 deletions
+7 -1
View File
@@ -14,8 +14,14 @@
<dependencies>
<dependency>
<groupId>com.jero.boot</groupId>
<artifactId>jero-boot-base-core</artifactId>
<artifactId>jero-system-local-api</artifactId>
</dependency>
<!-- 如果需要微服务版本,则以上API注释,释放该API
<dependency>
<groupId>com.jero.boot</groupId>
<artifactId>jero-system-cloud-api</artifactId>
</dependency>
-->
<!-- 如果需要微服务版本,则引入微服务启动依赖 starte
<dependency>
<groupId>com.jero.boot</groupId>