org.apache.ibatis.binding.BindingException: Invalid bound statement (not found):

idea 版本2018.3 ,新建xml方式时候,没有输入后缀.xml ,就会弹出下面文件类型选择页面
org.apache.ibatis.binding.BindingException: Invalid bound statement (not found):
然后在yml配置的mapper路径是去匹配...Mapper.xml
org.apache.ibatis.binding.BindingException: Invalid bound statement (not found):
所以就会出现找不到对应的xml文件的情况。
解决办法:在确认其他没有问题的情况下,加后缀就可以了

上一篇:Mybatis异常_03_Invalid bound statement (not found)


下一篇:用STL水平衡树的题