ERROR1
java.lang.IllegalStateException: Failed to load ApplicationContext
处理:driverClassName出了问题
ERROR2
org.apache.ibatis.binding.BindingException: Invalid bound statement (not found): com.XX...
处理:Mapper.xml中namespace出错
转自:http://jingyan.baidu.com/article/ae97a646ab0bafbbfd461d3d.html
注意:
1.项目流程一定要清晰
2.功能要结合实际应用
3.Mapper.xml中语句要多查手册,增删查改可以先放MySQL中运行一遍再贴过来
4.IDEA的格式和模板导入,通过Import Settings而不是Project Structure