Spring Cloud(Greenwich.SR1) - 服务负载均衡feign

前言java 咱们已经集成ribbon与hystrix,实现服务的负载均衡与熔断,在Spring Cloud中,使用feign已经集成这两种功能。新建一个module实现feign-service服务,pom依赖以下web <dependency> <groupId>org.springframework.cloud</groupId> <artif
相关文章
相关标签/搜索