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 支付寶

支付寶