1
0
mirror of https://gitee.com/mirrors/Spring-Cloud-Alibaba.git synced 2021-06-26 13:25:11 +08:00

sidecar enhance

This commit is contained in:
yuhuangbin
2020-03-30 11:19:25 +08:00
parent 146b150abc
commit a99b8f845f
4 changed files with 16 additions and 72 deletions

View File

@@ -3,6 +3,8 @@ server:
spring:
cloud:
nacos:
username: nacos
password: nacos
discovery:
server-addr: localhost:8848
gateway:
@@ -17,7 +19,7 @@ sidecar:
# 异构微服务的端口
port: 8060
# 异构微服务的健康检查URL
health-check-url: http://localhost:8060/health.json
#health-check-url: http://localhost:8060/health.json
management:
endpoint:
health: