热门

最新

红包

立Flag

投票

同城

我的

发布
zhiwenganyong
像向日葵一样~
4 年前
truezhiwenganyong

Spring Boot的Actuator提供了运行状态监控的功能,Actuator的监控数据可以通过REST、远程shell(1.5之后的版本弃用)和JMX方式获得。
引入Actuator的起步依赖spring-boot-starter-actuator:
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-actuator</artifactId>
</dependency>

CSDN App 扫码分享
分享
评论
点赞
打赏
  • 复制链接
  • 举报
下一条动态
立即登录