1
0

Merge branch 'main' into fys-prod

This commit is contained in:
2025-08-15 14:37:23 +08:00
43 changed files with 2136 additions and 413 deletions

14
pom.xml
View File

@ -101,6 +101,20 @@
<activeByDefault>true</activeByDefault>
</activation>
</profile>
<profile>
<id>jingquan</id>
<properties>
<!-- 环境标识,需要与配置文件的名称相对应 -->
<profiles.active>jingquan</profiles.active>
<logging.level>info</logging.level>
<monitor.username>fys</monitor.username>
<monitor.password>123456</monitor.password>
</properties>
<!-- <activation> -->
<!-- &lt;!&ndash; 默认环境 &ndash;&gt; -->
<!-- <activeByDefault>true</activeByDefault> -->
<!-- </activation> -->
</profile>
</profiles>
<!-- 依赖声明 -->