
SpringCloud
chengli.zou
走自己的路,让别人说去吧。
展开
-
SpringCloudBus 请求方法actuator/bus-refresh 用idea自带工具测试发现请求失败
原因:在请求头添加一个Content-Type:application/json 就搞定了。原创 2018-07-16 17:14:45 · 7125 阅读 · 0 评论 -
Unable to connect to Command Metric Stream
原因分析,我在网上找一些SpringCloud教程,其中遇到Hystrix 仪表板使用问题。我使用的是SpringBoot2.0以上的版本。我参考的文章是用的SpringBoot2.0以下的老版本。废话不多少,直接上解决方案:在你的hystrix项目模块中写一个配置类就好了。package site.clzblog.springcloud.servicehystrix.configuration;...原创 2018-07-13 17:26:38 · 291 阅读 · 0 评论