修改了发版配置6

This commit is contained in:
wucongxing8150 2025-07-15 15:47:03 +08:00
parent 571a5dfb44
commit cb18a3efd7
2 changed files with 3 additions and 1 deletions

View File

@ -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'

View File

@ -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: