首页 > 编程语言 > 详细

spring boot actuator健康检查

时间:2020-08-17 22:17:33      阅读:66      评论:0      收藏:0      [点我收藏+]

引入依赖

<dependency>
	<groupId>org.springframework.boot</groupId>
	<artifactId>spring-boot-starter-actuator</artifactId>
</dependency>

测试
http://localhost:8080/actuator/health
技术分享图片
配置

management.endpoints.web.exposure.include=*
检查beans
http://localhost:8080/actuator/beans

在sts中查看
技术分享图片
打开后结构
技术分享图片

spring boot actuator健康检查

原文:https://www.cnblogs.com/syrgdm/p/13519107.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!