报错 Invalid bound statement (not found): com.xxx.mapper.xxx

Posted 不语

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了报错 Invalid bound statement (not found): com.xxx.mapper.xxx相关的知识,希望对你有一定的参考价值。

Mybaits-puls项目启动时报错 Invalid bound statement (not found): com.xxx.mapper.xxx
原因:
项目启动时未找到mapper中的方法

解决办法:
在springboot或mybaits-puls的配置文件中加上:

mybatis-plus.mapperLocations=classpath:XXX/XXXX/mapper/**/*.xml  

地址最终指向你的xml文件即可

以上是关于报错 Invalid bound statement (not found): com.xxx.mapper.xxx的主要内容,如果未能解决你的问题,请参考以下文章

报错 Invalid bound statement (not found): com.xxx.mapper.xxx

mybatis-plus 调用自带方法报错 Invalid bound statement

mybatis-plus 调用自带方法报错 Invalid bound statement

mybatis-plus 调用自带方法报错 Invalid bound statement

Invalid bound statement (not found)报错的可能原因

mybatis报错:BindingException: Invalid bound statement (not found)