摘要:
阅读全文
摘要:
我们使用Spring Cloud Ribbon实现客户端负载均衡的时候,通常都会利用@LoadBalanced来让RestTemplate具备客户端负载功能,从而实现面向服务名的接口访问。 下面的例子,实现了对服务名为hello-service的/hello接口的调用。由于RestTemplate被 阅读全文
摘要:
@HystrixCommand(ignoreExceptions={ BusinessException.class, IllegalArgumentException.class, BadCredentialsException.class, AccessDeniedException.class 阅读全文