开发者社区> 问答> 正文

帮忙看一下,注入失败,(好久了一直解决不了)?报错

org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'itemController': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: private com.taotao.service.ItemService com.taotao.controller.ItemController.itemService; nested exception is org.springframework.beans.factory.NoSuchBeanDefinitionException: No qualifying bean of type [com.taotao.service.ItemService] found for dependency: expected at least 1 bean which qualifies as autowire candidate for this dependency. Dependency annotations: {@org.springframework.beans.factory.annotation.Autowired(required=true)}

做的是淘淘商城项目  报错一直注入不进去,下面是配置

 

展开
收起
爱吃鱼的程序员 2020-06-08 15:32:50 840 0
2 条回答
写回答
取消 提交回答
  • web.xml文件下的Spring配置路径有误 改为 contextConfigLocation classpath:spring/applicationContext-*.xml

    2021-03-09 21:54:32
    赞同 展开评论 打赏
  • https://developer.aliyun.com/profile/5yerqm5bn5yqg?spm=a2c6h.12873639.0.0.6eae304abcjaIB

    目测问题原因,你自动扫描的是com.taotao.service包但是你添加注解的实现类并不在此包下

    2020-06-08 15:33:04
    赞同 展开评论 打赏
问答地址:
问答排行榜
最热
最新

相关电子书

更多
Android插件化-从入门到"放弃" 立即下载
低代码开发师(初级)实战教程 立即下载
阿里巴巴DevOps 最佳实践手册 立即下载