创建mapper文件时,通过new file来创建.xml文件,手动加上.xml后缀名。
报错org.apache.ibatis.binding.BindingException: Invalid bound statement (not found)的一种特殊情况
若不加上.xml后缀名,IDEA会弹出提示框让选择创建文件的类型,但是通过这种方式创建的文件,后缀名不会显示。在代码运行时会识别不了该文件,然后报错org.apache.ibatis.binding.BindingException: Invalid bound statement (not found)。
报错org.apache.ibatis.binding.BindingException: Invalid bound statement (not found)的一种特殊情况
报错org.apache.ibatis.binding.BindingException: Invalid bound statement (not found)的一种特殊情况

相关文章:

  • 2021-04-26
猜你喜欢
  • 2022-12-23
  • 2021-12-25
  • 2021-07-08
  • 2021-04-19
  • 2021-05-03
  • 2021-05-14
相关资源
相似解决方案