摘要: 1.新建Module eureka-monitor-client 2.父级pom中添加module 3.编写eureka-monitor-client 中的pom 4.编写application.yml 5.主函数 6.输入 http://192.168.9.6:8766/turbine.strea 阅读全文
posted @ 2018-12-21 14:10 点点_滴滴 阅读(1021) 评论(0) 推荐(0) 编辑
摘要: 1.引入依赖 2.主函数加入注解 3.配置文件actuator中开启hystrix 4.输入http://192.168.9.6:10114/actuator/hystrix.stream 显示 5.输入http://192.168.9.6:8765/hystrix 显示 6.填入http://19 阅读全文
posted @ 2018-12-21 11:36 点点_滴滴 阅读(829) 评论(0) 推荐(0) 编辑
摘要: 1.引入依赖 2.主函数开启 @EnableHystrixDashboard 3.actuator 中开启hyxstrix 4.运行http://192.168.9.6:10113/actuator/hystrix.stream 显示 5.运行 http://192.168.9.6:8764/hys 阅读全文
posted @ 2018-12-21 11:25 点点_滴滴 阅读(358) 评论(0) 推荐(0) 编辑
摘要: 1.引入依赖包 2.配置文件开启熔断器 3.定义熔断器fallback 4.编写hystrix_eurekaClientFeign类 阅读全文
posted @ 2018-12-21 10:52 点点_滴滴 阅读(333) 评论(0) 推荐(0) 编辑
摘要: 1.依赖包引入 2.主函数加入注解 @EnableHystrix 开启熔断器 3.编写熔断器faillbackMethod 阅读全文
posted @ 2018-12-21 10:49 点点_滴滴 阅读(445) 评论(0) 推荐(0) 编辑