问答详情
源自:4-2 Spring Bean装配之Autowired注解说明-1

@autowired注解失败

http://img.mukewang.com/5960d1270001ac6707840308.jpg

为什么提示注解失败

代码如下:

org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'testComponent': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: private com.testBean.InjectionDAO com.testBean.TestComponent.injectionDAO; nested exception is org.springframework.beans.factory.NoSuchBeanDefinitionException: No qualifying bean of type [com.testBean.InjectionDAO] 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)}

提问者:努力学习有糖吃 2017-07-08 20:35

个回答

  • 努力学习有糖吃
    2017-07-08 20:47:34

    已解决。。。