|
@@ -15,6 +15,7 @@ spring:
|
|
|
discovery:
|
|
|
# 服务注册地址
|
|
|
server-addr: 1.15.44.81:8848
|
|
|
+ namespace: 9735b496-6c7f-488b-bafc-4de3c65074c1
|
|
|
config:
|
|
|
# 配置中心地址
|
|
|
server-addr: 1.15.44.81:8848
|
|
@@ -23,3 +24,5 @@ spring:
|
|
|
# 共享配置
|
|
|
shared-configs:
|
|
|
- application-${spring.profiles.active}.${spring.cloud.nacos.config.file-extension}
|
|
|
+ namespace: 9735b496-6c7f-488b-bafc-4de3c65074c1
|
|
|
+ group: DEFAULT_GROUP
|