Skip to content

Commit

Permalink
add configcenter for nacos test case
Browse files Browse the repository at this point in the history
  • Loading branch information
yanhom1314 committed Dec 30, 2023
1 parent 297fffa commit 6ac5472
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions example/example-nacos/src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,19 +3,17 @@ server:

spring:
application:
name: user-data-proxy
name: dynamic-tp-nacos-demo
profiles:
active: dev

nacos:
config:
server-addr: ihuman-nacos:8848
username: common-user
password: cu123456
type: YAML
data-ids: dynamic-tp-nacos-demo-dev.yml,user-data-proxy-dtp-dev.yml # 线程池配置文件必须要在此处配置
server-addr: 127.0.0.1:8848
type: yaml
data-ids: dynamic-tp-nacos-demo-dev.yml,dynamic-tp-nacos-demo-dtp-dev.yml # 线程池配置文件必须要在此处配置
auto-refresh: true
group: COMMON-BIZ
group: DEFAULT_GROUP
bootstrap:
enable: true
log-enable: true
Expand Down

0 comments on commit 6ac5472

Please sign in to comment.