forked from dyf/fys-Multi-tenant
去除demo模块
This commit is contained in:
9
pom.xml
9
pom.xml
@ -83,10 +83,7 @@
|
|||||||
<monitor.username>fys</monitor.username>
|
<monitor.username>fys</monitor.username>
|
||||||
<monitor.password>123456</monitor.password>
|
<monitor.password>123456</monitor.password>
|
||||||
</properties>
|
</properties>
|
||||||
<activation>
|
|
||||||
<!-- 默认环境 -->
|
|
||||||
<activeByDefault>true</activeByDefault>
|
|
||||||
</activation>
|
|
||||||
</profile>
|
</profile>
|
||||||
<profile>
|
<profile>
|
||||||
<id>prod</id>
|
<id>prod</id>
|
||||||
@ -96,6 +93,10 @@
|
|||||||
<monitor.username>fys</monitor.username>
|
<monitor.username>fys</monitor.username>
|
||||||
<monitor.password>123456</monitor.password>
|
<monitor.password>123456</monitor.password>
|
||||||
</properties>
|
</properties>
|
||||||
|
<activation>
|
||||||
|
<!-- 默认环境 -->
|
||||||
|
<activeByDefault>true</activeByDefault>
|
||||||
|
</activation>
|
||||||
<!-- <activation> -->
|
<!-- <activation> -->
|
||||||
<!-- <!– 默认环境 –> -->
|
<!-- <!– 默认环境 –> -->
|
||||||
<!-- <activeByDefault>true</activeByDefault> -->
|
<!-- <activeByDefault>true</activeByDefault> -->
|
||||||
|
Reference in New Issue
Block a user