> For the complete documentation index, see [llms.txt](https://potoyang.gitbook.io/spring-in-action-v5/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://potoyang.gitbook.io/spring-in-action-v5/di-17-zhang-guan-li-spring/17.4-zong-jie.md).

# 17.4 总结

* Spring Boot Admin 服务端消费一个或多个 Spring Boot 应用程序 Actuator 端点的数据，并以用户友好的方式显示在 web 界面中。
* Spring Boot 应用程序可以主动将自己注册为 Admin 客户端，也可以由 Admin 服务端通过 Eureka 发现它们。
* 与捕获应用程序快照的 Actuator 端点不同，Admin 服务端能够显示应用程序的实时状态。
* Admin 服务端可以方便地过滤 Actuator 端点数据，并在图形中直观地显示。
* 因为 Admin 服务端本质就是一个 Spring Boot 应用程序， 所以可以应用任何 Spring Security 提供的安全措施。
