Update README.md

This commit is contained in:
heibaiying 2019-01-19 11:48:42 +08:00 committed by GitHub
parent 39dc94b928
commit df47c1620b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -289,7 +289,7 @@ public class TurbineApplication {
#### 5.1 无法访问监控页面
1. 一般是端点链接输入不对在F版本的spring cloud 中,输入监控的端点链接是 http://localhost:8030/actuator/hystrix.stream中间是有/actuator/(之前版本的没有/actuator/
1. 一般是端点链接输入不对在F版本的spring cloud 中,输入监控的端点链接是 http://localhost:8030/actuator/hystrix.stream ,中间是有/actuator/(之前版本的没有/actuator/
2. 没有暴露端点链接,暴露端点链接有两种方式,一种是我们在上文中提到的基于配置的方式
@ -322,4 +322,4 @@ public class TurbineApplication {
这种情况是熔断器所在的方法没有被调用,不是整合问题,这时候调用一下熔断器所在方法即可。
<div align="center"> <img src="https://github.com/heibaiying/spring-samples-for-all/blob/master/pictures/hystrix-loading.png"/> </div>
<div align="center"> <img src="https://github.com/heibaiying/spring-samples-for-all/blob/master/pictures/hystrix-loading.png"/> </div>