mirror of
https://github.com/jeecgboot/JeecgBoot.git
synced 2026-01-26 16:38:12 +00:00
默认激活微服务 profile
This commit is contained in:
parent
c71e6a6d25
commit
e94cf00ec0
@ -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>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user