xkcoding / spring-boot-demo

🚀一个用来深入学习并实战 Spring Boot 的项目。
https://parg.co/UZM
MIT License
33.18k stars 10.9k forks source link

[FEATURE]使用sqlhelper与各种数据库访问框架结合使用 #147

Open bes2008 opened 4 years ago

bes2008 commented 4 years ago

你在什么场景下需要该功能?

1)通用数据库分页,可以与mybatis,jfinal,Apache commons-dbutils,spring jdbc 2) 支持所有国产数据库 3)提供数据库表dump 4)like参数转义

描述可能的解决方案

虽然mybatis-pagehelper具备分页功能,但是它不能和其他的框架结合使用,只能与mybatis结合。

sqlhelper不仅仅是一个分页框架,还有很多很多功能等待挖掘。