我有一个Spring Boot Hystrix仪表板应用程序,在.property
文件中我试图定义一些键/值对 - 根据教程:https://exampledriven.wordpress.com/2016/07/05/spring-cloud-hystrix-example/
添加属性eureka.client.healthcheck.enabled = true
时出错。编辑抱怨道:
未知财产'eureka.client.healthcheck'
请帮助我找出正确的依赖关系,或者我是否遗漏了其他内容。