上一页 1 2 3 4 5 6 7 8 ··· 19 下一页
摘要: https://blog.csdn.net/dwf_android/article/details/79359360 https://www.cnblogs.com/larryzeal/p/5874107.html https://blog.csdn.net/qq_19260029/article/ 阅读全文
posted @ 2019-02-26 01:04 点点_滴滴 阅读(646) 评论(0) 推荐(0) 编辑
摘要: 1.packaging 改为war 2.剔除内置tomcat 3.增加tomcat servlet 4.和application 同级增加 SpringBootStartApplication 5.发布 阅读全文
posted @ 2019-01-14 17:12 点点_滴滴 阅读(183) 评论(0) 推荐(0) 编辑
摘要: 1.springboot 仅2.0.x 支持,在此选择 2.0.7 2.新建Module eureka-zuul-client 3.导入依赖 4.启动类加上注解 @EnableEurekaClient@EnableZuulProxy 5.增加配置文件application.yml 6.增加zuul熔 阅读全文
posted @ 2018-12-22 14:44 点点_滴滴 阅读(411) 评论(0) 推荐(0) 编辑
摘要: 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) 编辑
摘要: 1.引入依赖包 2.主函数 @EnableEurekaClient@EnableFeignClients 3.创建feign配置文件 4.创建接口 5.创建controller调用 阅读全文
posted @ 2018-12-20 18:32 点点_滴滴 阅读(1741) 评论(0) 推荐(0) 编辑
摘要: 1.依赖引用 2.主函数增加 @EnableEurekaClient 3.增加ribbon配置文件 4.编写controller 5.负载结果 采用的规则是默认 轮询选择 的方式。 重要: maven 仓储查询https://mvnrepository.com/ 阅读全文
posted @ 2018-12-20 11:14 点点_滴滴 阅读(5828) 评论(0) 推荐(1) 编辑
上一页 1 2 3 4 5 6 7 8 ··· 19 下一页