自动注入list, map

2020-01-01  本文已影响0人  BenjaminCool
@LoadBalanced
@Autowired(required = false)
private List<RestTemplate> restTemplates = Collections.emptyList();

https://www.cnblogs.com/miracle77hp/p/10106633.html

Why does a @LoadBalanced annotation enable RestTemplate to have load balancing capabilities? [Enjoy Spring Cloud]

https://programming.vip/docs/5d80605ad7575.html

上一篇 下一篇

猜你喜欢

热点阅读