Compare commits
No commits in common. "91a2ac09d72fdab5d73445ce8424cf207360a1b3" and "e7f05708b925d46ff32e30d7e852cae5c1b7eb72" have entirely different histories.
91a2ac09d7
...
e7f05708b9
7
pom.xml
7
pom.xml
@ -360,9 +360,7 @@
|
||||
<properties>
|
||||
<profiles.active>dev</profiles.active>
|
||||
</properties>
|
||||
<activation>
|
||||
<activeByDefault>true</activeByDefault>
|
||||
</activation>
|
||||
|
||||
</profile>
|
||||
<!--测试环境-->
|
||||
<profile>
|
||||
@ -384,6 +382,9 @@
|
||||
<properties>
|
||||
<profiles.active>prod</profiles.active>
|
||||
</properties>
|
||||
<activation>
|
||||
<activeByDefault>true</activeByDefault>
|
||||
</activation>
|
||||
</profile>
|
||||
</profiles>
|
||||
|
||||
|
||||
@ -44,7 +44,7 @@ public enum SystemEnvironmentEnum implements BaseEnum {
|
||||
public static final String DEV = "dev";
|
||||
public static final String TEST = "test";
|
||||
public static final String PRE = "pre";
|
||||
public static final String PROD = "prod";
|
||||
public static final String PROD = "prod----ttt";
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
@ -19,6 +19,8 @@ spring:
|
||||
enabled: false
|
||||
method:
|
||||
pointcut: net.lab1024.sa..*Service.*
|
||||
profiles:
|
||||
active: "prod"
|
||||
|
||||
# mvc swagger bugfix
|
||||
mvc:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user