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 +