When I access the /health endpoint from my Spring Boot application (1.2.4.RELEASE) it is returning a status of DOWN:
/health
DOWN
{ status: \"DO
As per this link : https://github.com/indrabasak/spring-consul-example/blob/master/client/README.md, we should strictly used below properties to avoid below error.
management.security.enabled=false management.health.consul.enabled=false