mirror of
https://github.com/jeecgboot/JeecgBoot.git
synced 2026-01-01 18:05:28 +08:00
升级:简化微服务切换,增加profile模式 SpringCloud
This commit is contained in:
@ -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>
|
||||
|
||||
<!-- 测试模块依赖 -->
|
||||
|
||||
Reference in New Issue
Block a user