课程
/后端开发
/Java
/Java高并发秒杀API之业务分析与DAO层
这是为啥出错了啊 网上不是说这个不算是错误 降低一下Autowired检测的级别不就行了结果还是这样
2017-01-22
源自:Java高并发秒杀API之业务分析与DAO层 4-8
正在回答
[object Object]
看看sqlSessionFactory配置里面包名写得对不对,我就是包名写错了
可能是你spring-dao.xml文件中配置没有扫描到这个借口。 如果扫描到这个接口,spring会自动注入的。
不是依赖注入这个地方的错误
举报
Java实现高并发秒杀API的第一门课,还等什么,赶快来加入吧
5 回答No qualifying bean of type [com.bin.dao.SeckillDao] found for dependency: expected at least 1 bean which qualifies as autowire candidate for this dependency. Dependency annotations: {@javax.annotation.Resource(shareable=true, mappedName=, description=, na
2 回答测试时出现Could not resolve type alias 'SuccessKilled'.
3 回答求指教:Property 'mapperLocations' was not specified or no matching resources found
1 回答在进行SeckillDao单元测试时,出现了java.lang.TypeNotPresentException: Type SpringJunit4ClassRunner not present错误。。。咋办啊各位大神~
7 回答Class not found org.seckill.dao.SeckillDaoTest