摘要: 构建于springboot2.x,spring webFlux,project reactor之上,更加符合未来的技术体系 使用非阻塞的方式 pom <!--gateway--> <dependency> <groupId>org.springframework.cloud</groupId> <a 阅读全文
posted @ 2020-04-26 22:33 Draymond 阅读(668) 评论(1) 推荐(0) 编辑
摘要: 待做 阅读全文
posted @ 2020-04-26 22:17 Draymond 阅读(415) 评论(0) 推荐(0) 编辑
摘要: 待做 阅读全文
posted @ 2020-04-26 22:16 Draymond 阅读(651) 评论(0) 推荐(0) 编辑
摘要: 1:方法的熔断 /** * 服务熔断 * * @return */ @HystrixCommand(fallbackMethod = "numLessZeroException", commandProperties = { //ctrl+shift+A 查询HystrixCommandProper 阅读全文
posted @ 2020-04-26 22:14 Draymond 阅读(177) 评论(0) 推荐(0) 编辑