Spring Cloud 实战(三)将RestTemplate替换为OpenFeign
前两篇文章分别实战了Eureka的客户端、服务端以及Hystrix熔断、降级Spring Cloud 实战(一)以eureka作为服务注册中心Spring Cloud 实战(二)使用hystrix有效处理服务雪崩然而这两篇文章中客户端相互调用的方式采用的是RestTemplate并用注解@LoadBalanced标注为负载均衡。本篇就采用OpenFeign来调用其他的客户端。OpenFeign:声明式Rest客户端Feign是一个声明式 Web 服务客户端。它使编写 Web 服务客户端更容易。