Spring Boot Actuator
Here’s a table of the most commonly used endpoints in Spring Boot Actuator, along with their usage: Endpoint Description /actuator/health Returns information about the health of your application. The endpoint returns a status field with a value of UP if your application is running normally, or DOWN if it’s not. /actuator/info Returns general information about …