Merge branch 'master' of github.com:heibaiying/Spring-All-In-One

This commit is contained in:
罗祥 2019-01-11 14:52:24 +08:00
commit 5b9d8133d8

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>