摘要: public interface CustomerDao { public void save(); public void update(); } public class CustomerDaoImpl implements CustomerDao { public void save() { // 模拟异常 // int a = 10/0; S... 阅读全文
posted @ 2018-01-29 22:47 bf378 阅读(497) 评论(0) 推荐(0) 编辑
摘要: 错误:org.apache.ibatis.binding.BindingException: Invalid bound statement (not found),经过排查确定是没有找到xml的原因,项目结构: 正确配置如下: 错误配置: 先暂时记录一下解决方案,有时间根据源码在补充一下。 问题解 阅读全文
posted @ 2018-01-29 14:15 bf378 阅读(527) 评论(0) 推荐(0) 编辑