1
0

4 Commits

Author SHA1 Message Date
6dde6c3a3b 去掉demo 2025-07-21 08:42:21 +08:00
38724dbfad Merge branch 'main' into fys-prod 2025-07-19 15:58:51 +08:00
73e1df4232 Merge branch 'main' into fys-prod 2025-07-18 16:30:02 +08:00
e35955f156 prod 2025-07-17 17:27:14 +08:00
2 changed files with 12 additions and 12 deletions

View File

@ -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>

16
pom.xml
View File

@ -83,10 +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> <!-- <activation> -->
<!-- 默认环境 --> <!-- &lt;!&ndash; 默认环境 &ndash;&gt; -->
<activeByDefault>true</activeByDefault> <!-- <activeByDefault>true</activeByDefault> -->
</activation> <!-- </activation> -->
</profile> </profile>
<profile> <profile>
<id>prod</id> <id>prod</id>
@ -96,10 +96,10 @@
<monitor.username>fys</monitor.username> <monitor.username>fys</monitor.username>
<monitor.password>123456</monitor.password> <monitor.password>123456</monitor.password>
</properties> </properties>
<!-- <activation> --> <activation>
<!-- &lt;!&ndash; 默认环境 &ndash;&gt; --> <!-- 默认环境 -->
<!-- <activeByDefault>true</activeByDefault> --> <activeByDefault>true</activeByDefault>
<!-- </activation> --> </activation>
</profile> </profile>
</profiles> </profiles>