This commit is contained in:
2026-01-07 17:32:41 +08:00
parent 827d972a48
commit 11ffd0f08f
2 changed files with 4 additions and 4 deletions

View File

@ -2,11 +2,11 @@ spring:
cloud:
nacos: #nacos监控
config:
server-addr: 10.10.2.101:8848 # nacos 配置中心地址
server-addr: 127.0.0.1:8848 # nacos 配置中心地址
namespace: ITC-MS
group: DNE
username: nacos
password: Lng@123
password: nacos
extension-configs:
- data-id: global-local.yml
refresh: true

View File

@ -7,11 +7,11 @@ spring:
main:
allow-bean-definition-overriding: true
profiles:
active: dev
active: local
cloud:
nacos: #nacos监控
config:
server-addr: 10.0.252.1:8848 # nacos 配置中心地址
server-addr: 10.10.2.101:8848 # nacos 配置中心地址
namespace: ITC-MS
group: DNE
username: nacos