org.apache.ibatis.binding.BindingException: Invalid bound statement (not found): com.atguigu.auth.mapper.SysMenuMapper.findMenuListByUserId
时间: 2023-10-20 21:33:27 浏览: 89
MyBatis绑定错误提示BindingException:Invalid bound statement (not found)的解决方法
org.apache.ibatis.binding.BindingException: Invalid bound statement (not found): com.atguigu.auth.mapper.SysMenuMapper.findMenuListByUserId是一个错误提示,它指出了在绑定语句时出现了无效的绑定语句。根据引用的解释,这种错误通常是由于接口和实现类之间的不匹配或者Mapper文件和Mapper.xml文件的命名空间不匹配所引起的。你可以检查一下这些方面来解决这个问题。
首先,确保你的接口和实现类相匹配,就是确保接口和实现类的对应关系是正确的。其次,检查Mapper文件和Mapper.xml文件的命名空间是否对应。你可以确认一下这两处是否有问题。
如果以上两个方面都没有问题,那么你可以考虑其他可能的原因。根据引用的解释,可能是因为主配置文件中的标签没有正确指向映射接口的配置文件。你可以检查一下主配置文件中的<mapper>标签的class属性或resource属性是否正确指向了映射接口的配置文件。
综上所述,解决这个问题的步骤可以包括以下几个方面:
1. 确认接口和实现类之间的对应关系是正确的。
2. 检查Mapper文件和Mapper.xml文件的命名空间是否对应。
3. 检查主配置文件中的<mapper>标签的class属性或resource属性是否正确指向了映射接口的配置文件。
希望以上的解释和解决方案能够帮助你解决这个问题。<span class="em">1</span><span class="em">2</span><span class="em">3</span>
#### 引用[.reference_title]
- *1* *2* [org.apache.ibatis.binding.BindingException: Invalid bound statement (not found)](https://blog.csdn.net/weixin_42389270/article/details/120489498)[target="_blank" data-report-click={"spm":"1018.2226.3001.9630","extra":{"utm_source":"vip_chatgpt_common_search_pc_result","utm_medium":"distribute.pc_search_result.none-task-cask-2~all~insert_cask~default-1-null.142^v93^chatsearchT3_2"}}] [.reference_item style="max-width: 50%"]
- *3* [解决org.apache.ibatis.binding.BindingException: Invalid bound statement (not found](https://download.csdn.net/download/daxiongi/12940933)[target="_blank" data-report-click={"spm":"1018.2226.3001.9630","extra":{"utm_source":"vip_chatgpt_common_search_pc_result","utm_medium":"distribute.pc_search_result.none-task-cask-2~all~insert_cask~default-1-null.142^v93^chatsearchT3_2"}}] [.reference_item style="max-width: 50%"]
[ .reference_list ]
阅读全文