Spring Boot —— Actuator 监控、检测、审计、应用情况采集Spring Boot —— Actuator 监控、检测、审计、应用情况采集
文章目录Spring Boot Actuator前言组成部分Endpoints内置Endpoints配置配置pom.xml如果要访问info接口想获取maven中的属性内容请记得添加如下内容yml配置actuator自定义Actuator(学习重点)示例1:健康端点示例2:健康断点自定义端点Spring Boot Actuator前言是Spring Boot 一个非常强大功能,可以对应用程序...