【SpringBoot】RestTemplate调用报错:'org.springframework.web.client.RestTemplate' that could not be found.
RestTemplate引入方式为:
@Autowired
public RestTemplate restTemplate;
时报错,错误信息如下
错误:'org.springframework.web.client.RestTemplate' that could not be found.
改为:
@Bean
@LoadBalanced
原创
2017-11-02 09:19:36 ·
17399 阅读 ·
1 评论