摘要: https://www.cnblogs.com/qlqwjy/p/15594642.html https://blog.csdn.net/HD243608836/article/details/110433868 白话: 1.RestTemplate底层采用Httpclient实现,可以配合ribb 阅读全文
posted @ 2023-01-02 23:01 DiligentCoder 阅读(181) 评论(0) 推荐(0) 编辑
摘要: 在使用springcloud ribbon客户端负载均衡的时候,可以给RestTemplate bean 加一个@LoadBalanced注解,就能让这个RestTemplate在请求时拥有客户端负载均衡的能力: @Bean @LoadBalanced RestTemplate restTempla 阅读全文
posted @ 2023-01-02 21:24 DiligentCoder 阅读(267) 评论(0) 推荐(0) 编辑