代码-升级nacos client
This commit is contained in:
@@ -13,8 +13,17 @@ spring:
|
||||
namespace: 5edc3246-3e69-4be5-a32a-273f0a09ddf6
|
||||
name: ${spring.application.name}
|
||||
file-extension: yml
|
||||
shared-dataids: application.yml,thirdpart.yml,pay.yml,sysconf.yml,threadpool.yml
|
||||
refreshable-dataids: application.yml,thirdpart.yml,pay.yml,sysconf.yml,threadpool.yml
|
||||
shared-configs:
|
||||
- data-id: application.yml
|
||||
refresh: true
|
||||
- data-id: thirdpart.yml
|
||||
refresh: true
|
||||
- data-id: pay.yml
|
||||
refresh: true
|
||||
- data-id: sysconf.yml
|
||||
refresh: true
|
||||
- data-id: threadpool.yml
|
||||
refresh: true
|
||||
---
|
||||
spring:
|
||||
config:
|
||||
@@ -30,8 +39,19 @@ spring:
|
||||
namespace: 5edc3246-3e69-4be5-a32a-273f0a09ddf6
|
||||
name: ${spring.application.name}
|
||||
file-extension: yml
|
||||
shared-dataids: application.yml,thirdpart.yml,pay.yml,database.yml,sysconf.yml,threadpool.yml
|
||||
refreshable-dataids: application.yml,thirdpart.yml,pay.yml,database.yml,sysconf.yml,threadpool.yml
|
||||
shared-configs:
|
||||
- data-id: application.yml
|
||||
refresh: true
|
||||
- data-id: thirdpart.yml
|
||||
refresh: true
|
||||
- data-id: pay.yml
|
||||
refresh: true
|
||||
- data-id: sysconf.yml
|
||||
refresh: true
|
||||
- data-id: threadpool.yml
|
||||
refresh: true
|
||||
- data-id: database.yml
|
||||
refresh: true
|
||||
---
|
||||
spring:
|
||||
config:
|
||||
@@ -47,5 +67,16 @@ spring:
|
||||
namespace: 0c9bf047-19ca-4969-bf5d-bbc1f86b501a
|
||||
name: ${spring.application.name}
|
||||
file-extension: yml
|
||||
shared-dataids: application.yml,thirdpart.yml,pay.yml,database.yml,sysconf.yml,threadpool.yml
|
||||
refreshable-dataids: application.yml,thirdpart.yml,pay.yml,database.yml,sysconf.yml,threadpool.yml
|
||||
shared-configs:
|
||||
- data-id: application.yml
|
||||
refresh: true
|
||||
- data-id: thirdpart.yml
|
||||
refresh: true
|
||||
- data-id: pay.yml
|
||||
refresh: true
|
||||
- data-id: sysconf.yml
|
||||
refresh: true
|
||||
- data-id: threadpool.yml
|
||||
refresh: true
|
||||
- data-id: database.yml
|
||||
refresh: true
|
Reference in New Issue
Block a user