I have written a class implementing HealthIndicator, overriding the health-method. I return Health.down().withDetail(\"SupportServiceStatus\", \"UP\").build();<
Health.down().withDetail(\"SupportServiceStatus\", \"UP\").build();
At Spring Boot 2.0.0.RELEASE:
management: endpoint: health: show-details: "ALWAYS"