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

This commit is contained in:
zhangdaiscott
2022-03-30 13:45:43 +08:00
parent 1481b86fb3
commit 6196f0a463
5 changed files with 42 additions and 21 deletions

View File

@ -16,14 +16,19 @@
<groupId>org.jeecgframework.boot</groupId>
<artifactId>jeecg-boot-base-core</artifactId>
</dependency>
<!--引入微服务启动依赖 starter
<dependency>
<groupId>org.jeecgframework.boot</groupId>
<artifactId>jeecg-boot-starter-cloud</artifactId>
</dependency>
<dependency>
<groupId>org.jeecgframework.boot</groupId>
<artifactId>jeecg-boot-starter-job</artifactId>
</dependency>-->
</dependencies>
<profiles>
<profile>
<id>SpringCloud</id>
<!-- 引入微服务启动 Starter依赖 -->
<dependencies>
<dependency>
<groupId>org.jeecgframework.boot</groupId>
<artifactId>jeecg-boot-starter-cloud</artifactId>
</dependency>
</dependencies>
</profile>
</profiles>
</project>