Compare commits
3 Commits
e7f05708b9
...
91a2ac09d7
| Author | SHA1 | Date | |
|---|---|---|---|
| 91a2ac09d7 | |||
| 54d17f2af6 | |||
| da5d81feef |
7
pom.xml
7
pom.xml
@ -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>
|
||||||
|
|
||||||
|
|||||||
@ -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";
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
@ -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:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user