在使用Spring Cloud Ribbon客户端负载均衡的时候,给RestTemplate bean 加一个@LoadBalanced注解,就能让这个RestTemplate在请求时拥有客户端负载均衡的能力 @Bean @LoadBalanced public RestTemplate restTemplate(){ return new RestTemplate(); } 代码图 Last modification:June 26, 2019 © Allow specification reprint Support Appreciate the author AliPayWeChat Like 如果觉得这篇技术文章对你有用,请随意赞赏