升级:简化微服务切换,增加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

@ -54,7 +54,7 @@
<dependency>
<groupId>org.jeecgframework.jimureport</groupId>
<artifactId>jimureport-spring-boot-starter</artifactId>
<version>1.4.32</version>
<version>1.4.4-beta</version>
</dependency>
@ -73,8 +73,8 @@
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-maven-plugin</artifactId>
<configuration>
<!--微服务模式下修改为true,跳过打包插件,否则微服务模块无法引用-->
<skip>false</skip>
<!--微服务模式下修改为true,跳过SpringBoot启动打包插件,否则微服务模块无法引用-->
<skip>${skip.springboot.maven}</skip>
</configuration>
</plugin>
</plugins>