摘要: 阅读全文
posted @ 2017-06-23 16:42 奋小斗g 阅读(158) 评论(0) 推荐(0) 编辑
摘要: 我们使用Spring Cloud Ribbon实现客户端负载均衡的时候,通常都会利用@LoadBalanced来让RestTemplate具备客户端负载功能,从而实现面向服务名的接口访问。 下面的例子,实现了对服务名为hello-service的/hello接口的调用。由于RestTemplate被 阅读全文
posted @ 2017-06-23 15:37 奋小斗g 阅读(1769) 评论(0) 推荐(0) 编辑
摘要: @HystrixCommand(ignoreExceptions={ BusinessException.class, IllegalArgumentException.class, BadCredentialsException.class, AccessDeniedException.class 阅读全文
posted @ 2017-06-23 14:44 奋小斗g 阅读(581) 评论(0) 推荐(0) 编辑