---
This commit is contained in:
@ -2,11 +2,11 @@ spring:
|
|||||||
cloud:
|
cloud:
|
||||||
nacos: #nacos监控
|
nacos: #nacos监控
|
||||||
config:
|
config:
|
||||||
server-addr: 10.10.2.101:8848 # nacos 配置中心地址
|
server-addr: 127.0.0.1:8848 # nacos 配置中心地址
|
||||||
namespace: ITC-MS
|
namespace: ITC-MS
|
||||||
group: DNE
|
group: DNE
|
||||||
username: nacos
|
username: nacos
|
||||||
password: Lng@123
|
password: nacos
|
||||||
extension-configs:
|
extension-configs:
|
||||||
- data-id: global-local.yml
|
- data-id: global-local.yml
|
||||||
refresh: true
|
refresh: true
|
||||||
|
|||||||
@ -7,11 +7,11 @@ spring:
|
|||||||
main:
|
main:
|
||||||
allow-bean-definition-overriding: true
|
allow-bean-definition-overriding: true
|
||||||
profiles:
|
profiles:
|
||||||
active: dev
|
active: local
|
||||||
cloud:
|
cloud:
|
||||||
nacos: #nacos监控
|
nacos: #nacos监控
|
||||||
config:
|
config:
|
||||||
server-addr: 10.0.252.1:8848 # nacos 配置中心地址
|
server-addr: 10.10.2.101:8848 # nacos 配置中心地址
|
||||||
namespace: ITC-MS
|
namespace: ITC-MS
|
||||||
group: DNE
|
group: DNE
|
||||||
username: nacos
|
username: nacos
|
||||||
|
|||||||
Reference in New Issue
Block a user