Update README.md

This commit is contained in:
heibaiying 2019-08-25 17:54:30 +08:00 committed by GitHub
parent 27eb40965a
commit 370e7ce020
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,5 +1,6 @@
# Spring Boot Actuator # Spring Boot Actuator
<nav> <nav>
<a href="#一相关概念">一、相关概念</a><br/> <a href="#一相关概念">一、相关概念</a><br/>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href="#11-执行端点">1.1 执行端点</a><br/> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href="#11-执行端点">1.1 执行端点</a><br/>
@ -125,6 +126,7 @@ health 端点用于暴露程序运行的健康状态,暴露的信息的详细
- **CustomEndPoint**:自定义端点。 - **CustomEndPoint**:自定义端点。
<div align="center"> <img src="https://github.com/heibaiying/spring-samples-for-all/blob/master/pictures/spring-boot-actuator.png"/> </div> <div align="center"> <img src="https://github.com/heibaiying/spring-samples-for-all/blob/master/pictures/spring-boot-actuator.png"/> </div>
### 2.2 主要依赖 ### 2.2 主要依赖
```xml ```xml