0%

spring-boot-starter-actuator

介绍

actuator是监控系统健康情况的工具。

使用

  • 添加 POM依赖
1
2
3
4
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-actuator</artifactId>
</dependency>
  • 启动后,有会相关信息输出。
  • 监控链接
  1. 应用配置
1
2
3
4
5
6
7
8
9
10
11
/configprops 

/autoconfig

/beans

/env

/info

/mappings
  1. 度量指标
1
2
3
/dump

/health
layicr 微信

微信

layicr 支付宝

支付宝