From 370e7ce020b285e1bc5f3da8dccff9cfceac9557 Mon Sep 17 00:00:00 2001 From: heibaiying <31504331+heibaiying@users.noreply.github.com> Date: Sun, 25 Aug 2019 17:54:30 +0800 Subject: [PATCH] Update README.md --- spring-boot/spring-boot-actuator/README.md | 42 +++++++++++----------- 1 file changed, 22 insertions(+), 20 deletions(-) diff --git a/spring-boot/spring-boot-actuator/README.md b/spring-boot/spring-boot-actuator/README.md index 84494b8..2217bd1 100644 --- a/spring-boot/spring-boot-actuator/README.md +++ b/spring-boot/spring-boot-actuator/README.md @@ -1,24 +1,25 @@ # Spring Boot Actuator - - + + + ## 一、相关概念 ### 1.1 执行端点 @@ -125,6 +126,7 @@ health 端点用于暴露程序运行的健康状态,暴露的信息的详细 - **CustomEndPoint**:自定义端点。
+ ### 2.2 主要依赖 ```xml @@ -317,4 +319,4 @@ public class CustomEndPoint { 关于 Sigar 的更多监控参数可以参考博客:[java 读取计算机 CPU、内存等信息(Sigar 使用)](https://blog.csdn.net/wudiazu/article/details/73829324) 或 Sigar 下载包中的用例: -
\ No newline at end of file +