Invalid bound statement (not found): **.mapper.FeedbackMapper.insertFeedback

Posted jxlsblog

tags:

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

访问提交反馈的接口的时候报了如下错误:

Invalid bound statement (not found): **.mapper.FeedbackMapper.insertFeedback

 

 

网上搜了一下, 大都是mapper.xml中的namespace没写对, 或者接口和xml中的方法名字没对上, 我用的是idea的插件检测这些东西如果都对不上的话有提示, 所以这些是可以排除的。 

 

总之就是mapper.java  和 mapper.xml 没绑定上。  我突然想到这俩货的文件名, 检查一下, 果然不一致。。。。, 一个是FeedBackMapper.java ,  另一个是FeedbackMapper.xml.    大小写没对上。

接口和xml文件的名字一定要是一样的才可以。 改过来之后果然没报错了。 

 

还好这个问题没纠结在这两个文件的内容上。 不然又得花很多时间了。 

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

Invalid bound statement not found

Invalid bound statement (not found) 错误原因

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

Invalid bound statement (not found)

Mybatis 异常记录: Invalid bound statement (not found)

mybatis错误:Invalid bound statement (not found)