mybatisplus一直找不到是啥原因 呢
大佬们急求原因APPLICATION FAILED TO START
***************************
Description:
Field jt5gcBillInfoService in XXXcontroller.Jt5gcBillInfoController required a bean of type 'brick.gcgs.plus.mapper.Jt5gcBillInfoMapper' that could not be found.
The injection point has the following annotations:
- @org.springframework.beans.factory.annotation.Autowired(required=true)
Action:
Consider defining a bean of type 'brick.gcgs.plus.mapper.Jt5gcBillInfoMapper' in your configuration.
===============================
这是相关文件 不晓得为啥 一直报找不到郁闷。。。。好久没配置项目了 底层原理还是掌握太浅 改造项目版本改着改着就不对了。。。
@MapperScan({"brick.gcgs.mapper","brick.gcgs.plus.mapper"}找到原因 了。。。mapper放plus下的 但是旧的项目没在application上面加也没事,,郁闷 {:301_1008:} 感觉 启动时出问题的话。。。如果不是文件没签入,或者啥没实现,或者循环引用了。。。一般就是 包扫描的问题了。。。
这种一般就是扫描配置问题,不过看楼主也自己找到原因了 {:1_918:} 学习了,感谢分享 其实还是扫mapper的时候没有扫到 看看路径和注解
页:
[1]