Part IV. Spring Boot Actuator: Production-ready features

Spring Boot includes a number of additional features to help you monitor and manage your application when you push it to production. You can choose to manage and monitor your application by using HTTP endpoints or with JMX. Auditing, health, and metrics gathering can also be automatically applied to your application.

Actuator HTTP endpoints are only available with a Spring MVC-based application. In particular, it does not work with Jersey unless you enable Spring MVC as well.