|springboot actuator 配置参数

|springboot actuator 配置参数

文章图片



1 management.endpoint.health.show-details=always 显示详细细节-配置后多出如图中红色部分信息



/health : 健康检查
UP:正常
DOWN:遇到了问题 , 不正常
OUT_OF_SERVICE:资源未在使用 , 或者不该去使用
UNKNOWN:不知道
2 信息
info.app-name=spring-boot-demo
info.author=michael
info.email=xxx@xxx.com.cn
【|springboot actuator 配置参数】3 激活所有的actuator端点management.endpoints.web.exposure.include=*