-1
need to change the healthcheck endpoint of my application with Actuator.
I’ve tried to
management.endpoints.web.base-path=/test management.endpoints.web.path-Mapping.health=healthcheck
but it seems that this for Spring Boot 1.5 does not work.
How would the configuration for Spring Boot 1.5?