修改了发版配置6
This commit is contained in:
parent
571a5dfb44
commit
cb18a3efd7
@ -5,7 +5,7 @@ server:
|
|||||||
|
|
||||||
spring:
|
spring:
|
||||||
profiles:
|
profiles:
|
||||||
active: "prod"
|
active: "@profiles.active@"
|
||||||
data:
|
data:
|
||||||
redis:
|
redis:
|
||||||
host: '139.155.127.177'
|
host: '139.155.127.177'
|
||||||
|
|||||||
@ -19,6 +19,8 @@ spring:
|
|||||||
enabled: false
|
enabled: false
|
||||||
method:
|
method:
|
||||||
pointcut: net.lab1024.sa..*Service.*
|
pointcut: net.lab1024.sa..*Service.*
|
||||||
|
profiles:
|
||||||
|
active: "@profiles.active@"
|
||||||
|
|
||||||
# mvc swagger bugfix
|
# mvc swagger bugfix
|
||||||
mvc:
|
mvc:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user