单元测试的时候说找不到bean
来源:2-7 验证Dao
杨火火
2019-06-10
老师,我这进行单元测试的时候出现说我的bean注入不进去,然后我百度了一下,说是我的配置文件有问题,能帮忙看看吗?
写回答
4回答
-
杨火火
提问者
2019-06-10
原来是mybatis-config里面多配置了一个类的位置,导致测试的时候说找不到。。。。
012019-06-10 -
杨火火
提问者
2019-06-10
搞定了,老师!
00 -
杨火火
提问者
2019-06-10
Error creating bean with name 'com.imooc.o2o.dao.AreaDaoTest': Unsatisfied dependency expressed through field 'areaDao'; nested exception is org.springframework.beans.factory.NoSuchBeanDefinitionException: No qualifying bean of type 'com.imooc.o2o.dao.AreaDao' available: expected at least 1 bean which qualifies as autowire candidate. Dependency annotations: {@org.springframework.beans.factory.annotation.Autowired(required=true)}
00 -
杨火火
提问者
2019-06-10
好像还是不行,配置我是按照前面老师配置的写的。
00
相似问题