|
@@ -5,7 +5,7 @@ server:
|
|
|
spring:
|
|
|
cloud:
|
|
|
nacos:
|
|
|
- server-addr: 10.10.10.205:8848
|
|
|
+ server-addr: localhost:8848
|
|
|
discovery:
|
|
|
namespace: e4b669b8-5aa4-45a1-9954-5394ec2bc0ba # 命名空间。这里使用 dev 开发环境
|
|
|
|
|
@@ -16,7 +16,7 @@ spring:
|
|
|
nacos:
|
|
|
# Nacos Config 配置项,对应 NacosConfigProperties 配置属性类
|
|
|
config:
|
|
|
- server-addr: 10.10.10.205:8848 # Nacos 服务器地址
|
|
|
+ server-addr: localhost:8848 # Nacos 服务器地址
|
|
|
namespace: e4b669b8-5aa4-45a1-9954-5394ec2bc0ba # 命名空间。这里使用 dev 开发环境
|
|
|
group: DEFAULT_GROUP # 使用的 Nacos 配置分组,默认为 DEFAULT_GROUP
|
|
|
name: # 使用的 Nacos 配置集的 dataId,默认为 spring.application.name
|