# Mybatis-Spring **Repository Path**: felixliu2011/Mybatis-Spring ## Basic Information - **Project Name**: Mybatis-Spring - **Description**: 分页插件 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2017-09-11 - **Last Updated**: 2020-12-20 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # SSM集成的基础项目,项目使用Maven管理 # MyBatis3.3.0 # Spring[MVC]4.1.2.RELEASE 项目使用Spring4.1.2.RELEASE + SpringMVC4.1.2.RELEASE + Mybatis3.3.0 项目集成了Mybatis分页插件和通用Mapper插件 项目使用的mysql数据库,根据需要可以切换为其他数据库 集成分页插件 5.0.0 版本,注意配置变化: ```xml classpath:mapper/*.xml helperDialect=mysql reasonable=true supportMethodsArguments=true params=count=countSql autoRuntimeDialect=true ``` - 拦截器 `com.github.pagehelper.PageInterceptor` - 原来的 `dialect` 变成了 `helperDialect`,这是基于 PageHelper 方式的分页 - 具体变化看文档 ## 新书《MyBatis 从入门到精通》 ![MyBatis 从入门到精通](https://github.com/mybatis-book/book/raw/master/book.png) 预售地址:[京东](https://item.jd.com/12103309.html),[当当](http://product.dangdang.com/25098208.html),[亚马逊](https://www.amazon.cn/MyBatis从入门到精通-刘增辉/dp/B072RC11DM/ref=sr_1_18?ie=UTF8&qid=1498007125&sr=8-18&keywords=mybatis) CSDN博客:http://blog.csdn.net/isea533/article/details/73555400 GitHub项目:https://github.com/mybatis-book/book ## Spring Boot集成MyBatis的基础项目 ### https://github.com/abel533/MyBatis-Spring-Boot ## MyBatis工具 ### http://www.mybatis.tk ## 推荐使用Mybatis通用Mapper3 ### https://github.com/abel533/Mapper ## 推荐使用Mybatis分页插件PageHelper ### https://github.com/pagehelper/Mybatis-PageHelper ## 作者信息 - 作者博客:http://blog.csdn.net/isea533 - 作者邮箱:abel533@gmail.com - Mybatis工具群: Mybatis工具群