9 lines
215 B
YAML
9 lines
215 B
YAML
spring:
|
|
cloud:
|
|
nacos: #nacos监控
|
|
config:
|
|
server-addr: 10.4.126.114:8848 # nacos 配置中心地址
|
|
namespace: ITC-MS
|
|
group: DNE
|
|
username: nacos
|
|
password: Lng@123 |