Spring boot Spring引导和Eureka:Eureka.client.healthcheck.enabled属性未找到

Spring boot Spring引导和Eureka:Eureka.client.healthcheck.enabled属性未找到,spring-boot,hystrix,Spring Boot,Hystrix,我有一个Spring Boot Hystrix dashboard应用程序,其中在.property文件中,我试图定义一些键/值对―根据教程: 添加属性时出错eureka.client.healthcheck.enabled=true。编辑抱怨说: 未知属性“eureka.client.healthcheck” 请帮我找出正确的依赖项,或者我是否遗漏了其他内容

我有一个Spring Boot Hystrix dashboard应用程序,其中在
.property
文件中,我试图定义一些键/值对―根据教程:

添加属性时出错
eureka.client.healthcheck.enabled=true
。编辑抱怨说:

未知属性“eureka.client.healthcheck”

请帮我找出正确的依赖项,或者我是否遗漏了其他内容