Compare commits
3 Commits
e7f05708b9
...
91a2ac09d7
| Author | SHA1 | Date | |
|---|---|---|---|
| 91a2ac09d7 | |||
| 54d17f2af6 | |||
| da5d81feef |
7
pom.xml
7
pom.xml
@ -360,7 +360,9 @@
|
||||
<properties>
|
||||
<profiles.active>dev</profiles.active>
|
||||
</properties>
|
||||
|
||||
<activation>
|
||||
<activeByDefault>true</activeByDefault>
|
||||
</activation>
|
||||
</profile>
|
||||
<!--测试环境-->
|
||||
<profile>
|
||||
@ -382,9 +384,6 @@
|
||||
<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----ttt";
|
||||
public static final String PROD = "prod";
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
@ -19,8 +19,6 @@ 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