Actuator Health Endpoint Not Working at janetastevens blog

Actuator Health Endpoint Not Working. starting with spring boot 2, we have to enable and expose our endpoints. Retrieving the health of the.

info and health endpoints in spring boot Coding N Concepts
from codingnconcepts.com

Check if you have the following line in your configuration:.actuator endpoints let you monitor and interact with your application. Retrieving the health of the.

info and health endpoints in spring boot Coding N Concepts

Actuator Health Endpoint Not Working in order to inspect the health status of a spring boot application, we can call the /actuator/health endpoint. Check if you have the following line in your configuration:. Retrieving the health of the. it looks like you mapped your actuator endpoints to the base path /.