@Resource与@Autoware

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了@Resource与@Autoware相关的知识,希望对你有一定的参考价值。

问题

  这其实就是@Autoware与@Resource没有正确的使用,这个错误是因为wmPoiOplogService这个变量装配方式是@Resource,按照@Resource的按名字查找的方式,并没有找到bean id为wmPoiOplogService的bean所以就报出这个错误。

举个栗子

以上是关于@Resource与@Autoware的主要内容,如果未能解决你的问题,请参考以下文章

@Resource与@Autoware

@Autowired与@Resource的区别

@Autowired与@Resource的区别

SpringBoot常用注解:@Resource/@Component与@Autowired的使用

@Autowired 与@Resource的区别

@Autowired 与@Resource的区别