highway
zhaoxiaolin 1 year ago
parent 39a6d33464
commit bf7be46850

@ -38,7 +38,7 @@ spring:
datasource: datasource:
ds1: ds1:
nacos: nacos:
server-addr: localhost:8848 server-addr: 140.249.53.142:8848
dataId: sentinel-op-gateway dataId: sentinel-op-gateway
groupId: DEFAULT_GROUP groupId: DEFAULT_GROUP
data-type: json data-type: json

@ -13,11 +13,14 @@ spring:
cloud: cloud:
nacos: nacos:
discovery: discovery:
namespace: zxl
# 服务注册地址 # 服务注册地址
server-addr: localhost:8848 server-addr: 140.249.53.142:8848
config: config:
#命名空间
# group: local
# 配置中心地址 # 配置中心地址
server-addr: localhost:8848 server-addr: 140.249.53.142:8848
# 配置文件格式 # 配置文件格式
file-extension: yml file-extension: yml
# 共享配置 # 共享配置

Loading…
Cancel
Save