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**:自定义端点。