正常情况下,排除了基本的异常,比如namespace ,id ,文件名等基本情况下, 仍然报错. 考虑是不是开发工具的问题

配置文件修改后,开发工具可能仍然调用的是缓存, 类和资源文件并没有被重新编译到target文件,所以在IDEA下直接运行maven的按钮:clean清理掉target,启动项目重新编译.应该就不报错了.仅供参考!

org.apache.ibatis.binding.BindingException: Invalid bound statement (not found) IDEA 绑定mapper文件失效

相关文章:

  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2021-10-26
  • 2021-05-14
  • 2021-04-26
相关资源
相似解决方案