forked from dyf/fys-Multi-tenant
Compare commits
5 Commits
fys-main
...
537cc0b2d7
Author | SHA1 | Date | |
---|---|---|---|
537cc0b2d7 | |||
6dde6c3a3b | |||
38724dbfad | |||
73e1df4232 | |||
e35955f156 |
@ -94,10 +94,10 @@
|
|||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
<!-- demo模块 -->
|
<!-- demo模块 -->
|
||||||
<dependency>
|
<!-- <dependency> -->
|
||||||
<groupId>com.fuyuanshen</groupId>
|
<!-- <groupId>com.fuyuanshen</groupId> -->
|
||||||
<artifactId>fys-demo</artifactId>
|
<!-- <artifactId>fys-demo</artifactId> -->
|
||||||
</dependency>
|
<!-- </dependency> -->
|
||||||
|
|
||||||
<!-- 工作流模块 -->
|
<!-- 工作流模块 -->
|
||||||
<dependency>
|
<dependency>
|
||||||
|
9
pom.xml
9
pom.xml
@ -83,7 +83,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> -->
|
||||||
</profile>
|
</profile>
|
||||||
<profile>
|
<profile>
|
||||||
<id>prod</id>
|
<id>prod</id>
|
||||||
@ -97,10 +100,6 @@
|
|||||||
<!-- 默认环境 -->
|
<!-- 默认环境 -->
|
||||||
<activeByDefault>true</activeByDefault>
|
<activeByDefault>true</activeByDefault>
|
||||||
</activation>
|
</activation>
|
||||||
<!-- <activation> -->
|
|
||||||
<!-- <!– 默认环境 –> -->
|
|
||||||
<!-- <activeByDefault>true</activeByDefault> -->
|
|
||||||
<!-- </activation> -->
|
|
||||||
</profile>
|
</profile>
|
||||||
</profiles>
|
</profiles>
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user