Could not autowire. No beans of 'RestTemplate' type found. more...

it2022-05-06  45

一.问题描述:

    今天在springboot项目中构建配置类时报错

    

二.问题分析:

   经网上查询得知, idea的纠错机制在解析spring通过命名约定的方式进行配置时,支持的并不是太好,而用Autowired或Resource注入bean时,会报错。

三.问题解决:

   我使用Resource注入后,问题解决


最新回复(0)