第十二章 http://localhost:8762/actuator/hystrix.stream 打不开的解决方法

作者: jocodepeasant创建于 2020年4月29日更新于 2020年4月29日

增加如下配置: management.endpoints.web.exposure.include=hystrix.stream management.endpoints.web.base-path=/actuator 该配置的意思是指定hystrixDashboard的访问路径,SpringBoot2.x以上必须指定,否则无法访问 ps:在firefox中访问时会弹出下载框……

内容来源: forezp/SpringCloudLearning