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>
|
<properties>
|
||||||
<profiles.active>dev</profiles.active>
|
<profiles.active>dev</profiles.active>
|
||||||
</properties>
|
</properties>
|
||||||
<activation>
|
|
||||||
<activeByDefault>true</activeByDefault>
|
|
||||||
</activation>
|
|
||||||
</profile>
|
</profile>
|
||||||
<!--测试环境-->
|
<!--测试环境-->
|
||||||
<profile>
|
<profile>
|
||||||
@ -384,6 +382,9 @@
|
|||||||
<properties>
|
<properties>
|
||||||
<profiles.active>prod</profiles.active>
|
<profiles.active>prod</profiles.active>
|
||||||
</properties>
|
</properties>
|
||||||
|
<activation>
|
||||||
|
<activeByDefault>true</activeByDefault>
|
||||||
|
</activation>
|
||||||
</profile>
|
</profile>
|
||||||
</profiles>
|
</profiles>
|
||||||
|
|
||||||
|
|||||||
@ -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";
|
public static final String PROD = "prod----ttt";
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
@ -19,6 +19,8 @@ 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:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user