升级:简化微服务切换,增加profile模式 SpringCloud

This commit is contained in:
zhangdaiscott
2022-03-30 13:45:43 +08:00
parent 74b09dd802
commit 1d41784676
5 changed files with 42 additions and 21 deletions

View File

@ -28,6 +28,13 @@
<dependency>
<groupId>org.jeecgframework.boot</groupId>
<artifactId>jeecg-boot-module-system</artifactId>
<!-- 排除demo模块demo模块采用微服务方式独立启动 -->
<exclusions>
<exclusion>
<groupId>org.jeecgframework.boot</groupId>
<artifactId>jeecg-boot-module-demo</artifactId>
</exclusion>
</exclusions>
</dependency>
<!-- 测试模块依赖 -->