mybatis plus Invalid bound statement (not found) 解决方案

Posted 澄海乌鸦

tags:

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

  常规的解决方案见:https://www.cnblogs.com/shaoyu/p/11477125.html

  问题:当xml文件在src/main/java目录下时,在application.yml中配置Mapper文件路径无效,当xml文件在resource下时路径有效,原因不明。

  我通过上面连接提到的所有的方法都无法解决遇到的问题。可能是mybatis plus的特殊性造成的,在参考其他人的解决方案的情况下, 终于解决了这个问题,解决方案如下:

  

 

   重新在SqlSessionFactory中指定Mapper文件的位置即可解决。

以上是关于mybatis plus Invalid bound statement (not found) 解决方案的主要内容,如果未能解决你的问题,请参考以下文章

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

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

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

mybatis-plus invalid bound statement (not found) insert解决办法

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

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