修改SBA地址为Spring服务器上自建SBA容器的地址

This commit is contained in:
2023-03-19 21:46:17 +08:00
parent f50ecb5315
commit 44511e9547
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -25,7 +25,7 @@ spring:
boot:
admin:
client:
url: http://192.168.1.90:8324 #配置 Admin Server的地址
url: http://192.168.1.103:8324 #配置 Admin Server的地址
instance:
service-host-type: ip
# 开放健康检查接口
+1 -1
View File
@@ -25,7 +25,7 @@ spring:
boot:
admin:
client:
url: http://192.168.1.90:8324 #配置 Admin Server的地址
url: http://192.168.1.103:8324 #配置 Admin Server的地址
instance:
service-host-type: ip #显示ip地址而不是默认的主机名
# 开放健康检查接口