This commit is contained in:
thinkgem
2023-03-08 17:39:20 +08:00
parent 44d14f495b
commit 1e4c9914fa

View File

@@ -31,7 +31,8 @@ eureka:
# 客户端设置
client:
# 注册中心地址(集群时指定另外一个注册中心地址)
serviceUrl.defaultZone: http://127.0.0.1:8970/eureka/
serviceUrl:
defaultZone: http://127.0.0.1:8970/eureka/
#======================================#
#========== Spring settings ===========#