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