Invalid bound statement not found

Posted 143401010116

tags:

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

今天调试一个SSM框架时,遇到一个很奇怪的问题,Invalid bound statement (not found)

原因可能是以下:

1.mapper的namespace写的不对!!!注意系修改。

2.UserDao的方法在UserDao.xml中没有,然后执行UserDao的方法会报此

3. UserDao的方法返回值是List<User>,而select元素没有正确配置ResultMap,或者只配置ResultType!

4. 如果你确认没有以上问题,请任意修改下对应的xml文件,比如删除一个空行,保存.问题解决…

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

ideMyBatis报错: org.apache.ibatis.binding.BindingException: Invalid bound statement (not found):(示例代

解决org.apache.ibatis.binding.BindingException: Invalid bound statement (not found)错误

BindingException: Invalid bound statement (not found)问题

invalid bound statement (not found)解决办法

Invalid bound statement not found

Invalid bound statement (not found) 错误原因