摘要: 如果出现: org.apache.ibatis.binding.BindingException: Invalid bound statement (not found) 一般的原因是Mapper interface和xml文件的定义对应不上,需要检查包名,namespace,函数名称等能否对应上。 阅读全文
posted @ 2017-01-24 12:48 luo奔的蜗牛 阅读(1313) 评论(0) 推荐(0) 编辑