master:配置还原;

pull/1121/head
liujiang 2025-10-25 19:44:11 +08:00
parent 0ce777a608
commit 720a0bb496
2 changed files with 2 additions and 25 deletions

24
pom.xml
View File

@ -320,30 +320,6 @@
</modules>
<packaging>pom</packaging>
<profiles>
<profile>
<id>local</id>
<activation>
<activeByDefault>true</activeByDefault>
</activation>
<properties>
<spring.profiles.active>local</spring.profiles.active>
</properties>
</profile>
<profile>
<id>dev</id>
<properties>
<spring.profiles.active>dev</spring.profiles.active>
</properties>
</profile>
<profile>
<id>prod</id>
<properties>
<spring.profiles.active>prod</spring.profiles.active>
</properties>
</profile>
</profiles>
<build>
<plugins>
<plugin>

View File

@ -1,3 +1,4 @@
spring:
profiles:
active: @spring.profiles.active@
active: local
# active: prod