1.1.1
- 简化依赖
- 更新groupId, 从com.github.fangjinuo 更新为 com.github.fangjinuo.sqlhelper
JdbcUrlParser
mybatis pagination plugin
Key Features
-
Supported 90+ databases, you can find them here. Conatins almost all chinese database:
- TiDB (北京平凯星辰科技))
- Doris (Apache Doris,百度研发)
- MaxCompute (阿里巴巴)
- K-DB (浪潮)
- GBase (南大通用)
- DM (达梦)
- OSCAR (神州通用)
- HighGo (瀚高)
- KingBase (金仓)
- OpenBase (东软)
- SequoiaDB (巨杉)
If you want know all RDMBS ranking, you can find them in DB Engines.
-
Supports multiple databases in one application
-
Supports auto detect dialect, so the dialect option is optional
-
The performance is higher than Mybatis-PageHelper, because the limit、offset will be setted with PrepareStatement placeholder '?'
-
Supports plugin use Java SPI
-
Supports spring boot 1.x , 2.x
-
Supports mybatis 3.x
-
Supports JDK6+
<dependency> <groupId>com.github.fangjinuo.sqlhelper</groupId> <artifactId>sqlhelper-dialect</artifactId> <version>1.1.1</version> </dependency> <dependency> <groupId>com.github.fangjinuo.sqlhelper</groupId> <artifactId>sqlhelper-mybatis</artifactId> <version>1.1.1</version> </dependency> <dependency> <groupId>com.github.fangjinuo.sqlhelper</groupId> <artifactId>sqlhelper-mybatis-spring-boot-starter</artifactId> <version>1.1.1</version> </dependency> <dependency> <groupId>com.github.fangjinuo.sqlhelper</groupId> <artifactId>sqlhelper-mybatis-spring-boot-autoconfigure</artifactId> <version>1.1.1</version> </dependency> <dependency> <groupId>com.github.fangjinuo.sqlhelper</groupId> <artifactId>sqlhelper-mybatis-over-pagehelper</artifactId> <version>1.1.1</version> </dependency>