代码-升级springboot2.7和swagger3

This commit is contained in:
khalil
2024-04-22 10:51:46 +08:00
parent 5554ebd4f7
commit bd0330f372
12 changed files with 107 additions and 91 deletions

View File

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