简单解决org.apache.ibatis.binding.BindingException: Invalid bound statement (not found)问题

问题:浏览器显示org.apache.ibatis.binding.BindingException: Invalid bound statement (not found) 原因:mapper没有和相应的接口绑定 (费了好大劲) 解决方法: 通过查看该博客: http://www.javashuo.com/article/p-bmkgnaih-mv.html 发现: BookMapper和boo
相关文章
相关标签/搜索