解决Unsatisfied dependency expressed through field ‘baseMapper‘; nested exception
背景
早上起来的时候发现报了个类似的错误。
Unsatisfied dependency expressed through field ‘baseMapper‘; nested exception
大概意思就是说当前的dao没有办法映射了。
仔细看了下网上的问题,一般情况是以下两种情况。
1、依赖的问题
使用spring boot整合mybatis-plus导入的时候出错的。
用错了依赖。
2、@Mapper注解的问题。
把dao上的@Mapper注解删掉
我的项目在放假前还是好好的,我仔细想了下,好像我移动了下dao的路径。
对项目架构进行了一定的整合
应该是移动路径后,在application启动的时候,使用MapperScan没办法扫描到路径导致的。
我仔细对比了项目架构和scan对应的路径,发现还真是因为层级变动导致的。
问题找到,直接破解
把路径重新一 一对应。
重新启动,发现问题解决
版权声明:程序员胖胖胖虎阿 发表于 2022年10月11日 上午8:56。
转载请注明:解决Unsatisfied dependency expressed through field ‘baseMapper‘; nested exception | 胖虎的工具箱-编程导航
转载请注明:解决Unsatisfied dependency expressed through field ‘baseMapper‘; nested exception | 胖虎的工具箱-编程导航
相关文章
暂无评论...