摘要: mybatis是ibatis的升级版,spring也有自带mybatis的orm。所以,搭建ibatis的框架也会有多种方式(我这里mybatis是3.0的,ibatis是2.3的,spring是3.0的,数据库是mysql)。下面介绍3中方式1,只是用mybatis3。2,使用mybatis3+spring3(使用mybatis的SqlSessionFactory )。3,使用ibatis2.3+spring(使用spring自带的ibatis)spring的orm包中只有ibatis,没有mybatis。而mybatis和ibatis还是有些区别的,比如配置文件属性不同。第一种方式(只使用 阅读全文
posted @ 2011-08-22 16:47 Spring MVC 3 阅读(4904) 评论(0) 推荐(0) 编辑
摘要: 异常javax.servlet.ServletException: javax.servlet.jsp.JspException: Unable to get connection, DataSource invalid: "org.apache.tomcat.dbcp.dbcp.SQLNestedException: Cannot load JDBC driver class 'com.mysql.jdbc.Driver'" org.apache.jasper.runtime.PageContextImpl.doHandlePageException(Pa 阅读全文
posted @ 2011-08-22 14:37 Spring MVC 3 阅读(2741) 评论(1) 推荐(1) 编辑
摘要: 异常org.apache.ibatis.exceptions.PersistenceException: ### Error building SqlSession.### The error may exist in com/lgm/mybatis/config/pageAccessURL.xml### Cause: org.apache.ibatis.builder.BuilderException: Error parsing SQL Mapper Configuration. Cause: org.apache.ibatis.builder.BuilderException: Erro 阅读全文
posted @ 2011-08-22 10:01 Spring MVC 3 阅读(1162) 评论(0) 推荐(0) 编辑