Part V. Spring Boot Actuator:可用于生产的功能

Spring Boot 包含许多其他功能,可帮助您在将应用程序投入生产时对其进行监视和 Management。您可以选择使用 HTTP 端点,JMX 或什至通过远程 Shell(SSH 或 Telnet)来 Management 和监视应用程序。审核,运行状况和 Metrics 收集可以自动应用于您的应用程序。

ActuatorHTTP 端点仅可用于基于 Spring MVC 的应用程序。特别是,它不适用于 Jersey 除非您同时启用 Spring MVC。