代码-升级springboot2.7和swagger3
This commit is contained in:
@@ -3,6 +3,9 @@ spring:
|
||||
name: scheduler
|
||||
profiles:
|
||||
active: native
|
||||
main:
|
||||
allow-bean-definition-overriding : true
|
||||
allow-circular-references: true
|
||||
cloud:
|
||||
nacos:
|
||||
config:
|
||||
@@ -14,7 +17,9 @@ spring:
|
||||
refreshable-dataids: application.yml,thirdpart.yml,pay.yml,sysconf.yml,threadpool.yml
|
||||
---
|
||||
spring:
|
||||
profiles: dev
|
||||
config:
|
||||
activate:
|
||||
on-profile: dev
|
||||
cloud:
|
||||
nacos:
|
||||
config:
|
||||
@@ -26,7 +31,9 @@ spring:
|
||||
refreshable-dataids: application.yml,thirdpart.yml,pay.yml,database.yml,sysconf.yml,threadpool.yml
|
||||
---
|
||||
spring:
|
||||
profiles: prod
|
||||
config:
|
||||
activate:
|
||||
on-profile: prod
|
||||
cloud:
|
||||
nacos:
|
||||
config:
|
||||
|
Reference in New Issue
Block a user