【org.apache.ibatis.binding.BindingException: Invalid bound statement (not found)】异常;

开门见山,错误原因是:在使用Mybatis-Plus的时候,一个地方没写对:即在继承BaseMapper接口的时候,没有设置泛型;

为什么写这篇博客;
在【SSM开发书评网12:图书列表分页及查询二:图书分页查询;】中,利用Mybatis-Plus进行分页查询时,测试Service时报错:org.apache.ibatis.binding.BindingException: Invalid bound statement (not found): com.imooc.reader.mapper.BookMapper.selectPage。

解决策略;
(1)初始想法;
自己目前以为:如果报错了,很可能有两个原因:【配置文件写错了,或者其他配置项没写对】,【自己写的程序可能哪儿少写了字母,或者哪儿多写了字母等很低级的错误】;
为此,自己疯狂检查自己是不是哪儿出了问题;
但是,经过近一个小时的检查,不停的测试还是没有找到问题所在;
(2)原因和解决策略;
经过不写分析,经过不懈的寻找,

【org.apache.ibatis.binding.BindingException: Invalid bound statement (not found)】异常;最先出现在Python成神之路

版权声明:
作者:主机优惠
链接:https://www.techfm.club/p/9991.html
来源:TechFM
文章版权归作者所有,未经允许请勿转载。

THE END
分享
二维码
< <上一篇
下一篇>>