Spring Cloud Ribbon使用RestTemplate发送Http请求负载均衡失效的情况
在工程的启动类中,注入一个bean: restTemplate;并通过@LoadBalanced注解表明这个restRemplate开启负载均衡的功能。代码如下:@SpringBootApplicationpublic class EurekaConsumerRibbonApplication { @Autowired private RestTemplat...
原创
2020-04-17 16:17:44 ·
676 阅读 ·
0 评论