Examples of the Spring Boot build-in Actuator Health endpoint.
After starting the app, you will find the actuator info at
localhost:8080/actuator
You might need to manually trigger a rebuild with maven install
Examples of the Spring Boot build-in Actuator Health endpoint.
JavaApache-2.0