与其他框架集成
7.1 集成 Mybatis
Spring与MyBatis的整合需要借助于MyBatis的一个子项目MyBatis-Spring。通过MyBatis-Spring可以 将 MyBatis 无缝地整合到 Spring 中,包括事务管理、Mapper生成、异常类型转化等,甚至是模板和 值支持工具类也有提供:SqlSessionTemplate、SqlSessionDaoSupport
官网文档: http://www.mybatis.org/spring/zh/
源码: https://github.com/mybatis/spring
ZIP发行包:2.0后只有源码包,没有zip文件,可在mvn仓库下载jar文件: https://github.com/mybatis/spring/releases
与Spring的版本配套关系: http://www.mybatis.org/spring/zh/index.html