Error creating bean with name 'userServiceImpl': Injection of autowired dependencies failed 30
严重:Exceptionsendingcontextinitializedeventtolistenerinstanceofclassorg.springframewor...
严重: Exception sending context initialized event to listener instance of class org.springframework.web.context.ContextLoaderListener
org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'userServiceImpl': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: private cn.springmvc.dao.UserDAO cn.springmvc.service.impl.UserServiceImpl.userDAO; nested exception is org.springframework.beans.factory.NoSuchBeanDefinitionException: No qualifying bean of type [cn.springmvc.dao.UserDAO] 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)}
at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessPropertyValues(AutowiredAnnotationBeanPostProcessor.java:288)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1116)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:519)
参考代码:http://www.kankanews.com/ICkengine/archives/109774.shtml 写的
球大神赐教 展开
org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'userServiceImpl': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: private cn.springmvc.dao.UserDAO cn.springmvc.service.impl.UserServiceImpl.userDAO; nested exception is org.springframework.beans.factory.NoSuchBeanDefinitionException: No qualifying bean of type [cn.springmvc.dao.UserDAO] 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)}
at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessPropertyValues(AutowiredAnnotationBeanPostProcessor.java:288)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1116)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:519)
参考代码:http://www.kankanews.com/ICkengine/archives/109774.shtml 写的
球大神赐教 展开
6个回答
展开全部
1 mapper的java文件和xml文件是否是在同一个目录下
2 java文件的方法的权限类型是否正确
3 方法名字和xml中的id是否一致。
4 参数类型和xml中的输入类型是否一致,返回值类型是否一致。
5 autowired注解是否写上去
6 mapper映射文件是否正确配置。spring与mybatis整合,这个映射就不需要自己配置了
7 该类是否被spring管理。是否配置了。比如我的是在
applicationContext-transaction.xml这个文件里配置的 !如下:
<bean id="ordersServiceImpl" class="cn.itcast.ssm.service.impl.OrdersServiceImpl"/>
2 java文件的方法的权限类型是否正确
3 方法名字和xml中的id是否一致。
4 参数类型和xml中的输入类型是否一致,返回值类型是否一致。
5 autowired注解是否写上去
6 mapper映射文件是否正确配置。spring与mybatis整合,这个映射就不需要自己配置了
7 该类是否被spring管理。是否配置了。比如我的是在
applicationContext-transaction.xml这个文件里配置的 !如下:
<bean id="ordersServiceImpl" class="cn.itcast.ssm.service.impl.OrdersServiceImpl"/>
展开全部
在自动注入时使用@Autowired时需要用接口而不能用实现类
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
刚刚解决了这个问题,就是在所有引入结束之后加一个@Repository("**Dao")
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
2015-01-16
展开全部
是不是service层接口实现那里 UserServiceImpl类中的"U"是不是写成了"u"?
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
在你的service 实现类 impl 方法前加上 @service。
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询