I am trying to migrate springboot app from 1.5.x to 2.3.x. Have come a long way. I understand that now for health check the endpoint is /actuator/health as opposed to /health in the older version.
On openshift the config still refers to /health endpoint while doing readiness probe. I want to know how can I still use the /health endpoint instead of /actuator/health. Is there any hook given by springboot 2 to override the default end point. Any help is appreciated.