Compare commits

..

3 Commits

Author SHA1 Message Date
91a2ac09d7 8888 2025-07-15 15:59:12 +08:00
54d17f2af6 777 2025-07-15 15:58:42 +08:00
da5d81feef 66666 2025-07-15 15:57:18 +08:00
3 changed files with 4 additions and 7 deletions

View File

@ -360,7 +360,9 @@
<properties> <properties>
<profiles.active>dev</profiles.active> <profiles.active>dev</profiles.active>
</properties> </properties>
<activation>
<activeByDefault>true</activeByDefault>
</activation>
</profile> </profile>
<!--测试环境--> <!--测试环境-->
<profile> <profile>
@ -382,9 +384,6 @@
<properties> <properties>
<profiles.active>prod</profiles.active> <profiles.active>prod</profiles.active>
</properties> </properties>
<activation>
<activeByDefault>true</activeByDefault>
</activation>
</profile> </profile>
</profiles> </profiles>

View File

@ -44,7 +44,7 @@ public enum SystemEnvironmentEnum implements BaseEnum {
public static final String DEV = "dev"; public static final String DEV = "dev";
public static final String TEST = "test"; public static final String TEST = "test";
public static final String PRE = "pre"; public static final String PRE = "pre";
public static final String PROD = "prod----ttt"; public static final String PROD = "prod";
} }
} }

View File

@ -19,8 +19,6 @@ spring:
enabled: false enabled: false
method: method:
pointcut: net.lab1024.sa..*Service.* pointcut: net.lab1024.sa..*Service.*
profiles:
active: "prod"
# mvc swagger bugfix # mvc swagger bugfix
mvc: mvc: