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
management.endpoint.health.show-details=, it always help to debug why the Health is DOWN , it helped me resolve my issue.