Caused by: org.springframework.beans.factory.NoSuchBeanDefinitionException: No qualifying bean of type [cn.icbca.core.dao.TestTbDAO] 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)}
我的代码:
原因:
对TestTbDao 接口包名修改后导致的。
(1)接口 TestTbDao 和其配置文件名不一样时候导致了 该错误
(2)修改了报名后 忘记了修改 mapper.xml文件中接口的路径。
(3)没有修改mapper配置文件。