2022-02-15 14:13 回答了这个问题
(0)
运行springboot项目,出现错误:No qualifying bean of type [org.springframework.web.client.RestTemplate] found
在启动类中加入下面的代码就可以解决:
@Bean public RestTemplate restTemplate(){ return new RestTemplate(); }
我要评论
0条评论
我要评论