Change Actuator healthcheck endpoint in Spring Boot 1.5

Asked

Viewed 25 times

-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?

1 answer

0

Browser other questions tagged

You are not signed in. Login or sign up in order to post.