摘要: @Configuration public class BeanConfig { @LoadBalanced @Bean public RestTemplate restTemplate() { return new RestTemplate(); } } @Autowired RestTempla 阅读全文
posted @ 2023-02-23 13:09 wangjin_1 阅读(192) 评论(0) 推荐(0)