mirror of
https://github.com/jeecgboot/JeecgBoot.git
synced 2026-01-23 03:27:26 +08:00
默认激活微服务 profile
This commit is contained in:
@ -737,6 +737,10 @@
|
||||
<!-- SpringCloud运行环境 -->
|
||||
<profile>
|
||||
<id>SpringCloud</id>
|
||||
<activation>
|
||||
<!--默认激活配置-->
|
||||
<activeByDefault>true</activeByDefault>
|
||||
</activation>
|
||||
<modules>
|
||||
<!-- 微服务模块 -->
|
||||
<module>jeecg-server-cloud</module>
|
||||
|
||||
Reference in New Issue
Block a user