问题:
在一个类中使用注解@Autowired引用一个接口,报错误” NoSuchBeanDefinitionException: No qualifying bean of type”。
原因:
该接口对应的实现类没有任何注解,加上@Component或@Service注解后,该问题解决。