From 799ce244c35ae88f7a0e3e6e205789eedd04d52a Mon Sep 17 00:00:00 2001 From: heibaiying <31504331+heibaiying@users.noreply.github.com> Date: Thu, 10 Jan 2019 17:28:03 +0800 Subject: [PATCH] Update README.md --- spring-boot/spring-boot-actuator/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/spring-boot/spring-boot-actuator/README.md b/spring-boot/spring-boot-actuator/README.md index e42041d..b95a929 100644 --- a/spring-boot/spring-boot-actuator/README.md +++ b/spring-boot/spring-boot-actuator/README.md @@ -140,7 +140,7 @@ management: #### 1.4 查看监控状态 -导入actuator 的 start 并进行配置后,访问http://127.0.0.1:8080/actuator/health就可以看到对应的项目监控状态。 +导入actuator 的 start 并进行配置后,访问http://127.0.0.1:8080/actuator/health 就可以看到对应的项目监控状态。
@@ -224,7 +224,7 @@ public class CustomHealthAggregator implements HealthAggregator { } ``` -这是当我们自定义健康检查不通过时候的结果如下: +当我们自定义健康检查不通过时候的结果如下:
@@ -311,4 +311,4 @@ public class CustomEndPoint { Sigar 下载包中也提供了各种参数的参考用例: -
\ No newline at end of file +