码迷,mamicode.com
首页 > 编程语言 > 详细

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

时间:2018-08-17 11:24:09      阅读:157      评论:0      收藏:0      [点我收藏+]

标签:app   except   use   reader   err   inf   配置文件的路径   cannot   user   

先贴上错误

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,已解决

标签:app   except   use   reader   err   inf   配置文件的路径   cannot   user   

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

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!