Update README.md

This commit is contained in:
heibaiying 2019-01-10 17:28:03 +08:00 committed by GitHub
parent cda5b6909a
commit 799ce244c3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -224,7 +224,7 @@ public class CustomHealthAggregator implements HealthAggregator {
} }
``` ```
这是当我们自定义健康检查不通过时候的结果如下: 当我们自定义健康检查不通过时候的结果如下:
<div align="center"> <img src="https://github.com/heibaiying/spring-samples-for-all/blob/master/pictures/actuator-heath-503.png"/> </div> <div align="center"> <img src="https://github.com/heibaiying/spring-samples-for-all/blob/master/pictures/actuator-heath-503.png"/> </div>