首页 > 编程语言 > 详细

struts2和spring整合错误 org.springframework.beans.factory.BeanCreationException,已解决

时间:2018-08-17 10:49:07      阅读:176      评论:0      收藏:0      [点我收藏+]

先贴上错误

2018-8-16 23:41:10 org.springframework.context.support.ClassPathXmlApplicationContext prepareRefresh
信息: Refreshing org.springframework.context.support.ClassPathXmlApplicationContext@5492bbba: startup date [Thu Aug 16 23:41:10 CST 2018]; root of context hierarchy
2018-8-16 23:41:10 org.springframework.beans.factory.xml.XmlBeanDefinitionReader loadBeanDefinitions
信息: Loading XML bean definitions from class path resource [config/application-service.xml]
2018-8-16 23:41:10 org.springframework.context.support.ClassPathXmlApplicationContext refresh
警告: Exception encountered during context initialization - cancelling refresh attempt: org.springframework.beans.factory.BeanCreationException: Error creating bean with name ‘UserServiceImpl‘ defined in class path resource [config/application-service.xml]: Cannot resolve reference to bean ‘UserDaoImpl‘ while setting constructor argument; nested exception is org.springframework.beans.factory.NoSuchBeanDefinitionException: No bean named ‘UserDaoImpl‘ is defined

 

我的是配置文件的路径错误了,

   技术分享图片

这是我的配置文件,application-service.xml中引入所有配置,

所以测试的路径应该是

技术分享图片

struts2和spring整合错误 org.springframework.beans.factory.BeanCreationException,已解决

原文:https://www.cnblogs.com/myFavoriteBlog/p/9491851.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!