检查页面打不开
http://localhost:8761/health
yml配置了
eureka.client.healthcheck.enabled: true
SpringCloud版本Finchley.M8
已经添加依赖
org.springframework.boot
spring-boot-starter-actuator
yml
eureka:
client:
healthcheck:
enabled: true
http://localhost:8761/health打不开
自己终结问题
/health改为/actuator/health