Spring+Mybatis常见问题随笔

错误1:无法绑定指定方法

异常堆栈:org.apache.ibatis.binding.BindingException: Invalid bound statement (not found)

原因:一般是无法读取mybatis生成的mapper文件,在编译后的class文件夹中找到你的mapper文件看看

原文地址:https://www.cnblogs.com/ixan/p/9487311.html