目录一、Spring Boot Actuator简介Actuator 的核心功能二、开启Http接口监控1.为SpringBoot项目添加依赖2.添加yml配置3.声明存储Bean4.写测试API接口总结一、Spring Boot Actuator简介