[TD-2364]<fix>: mybatis-plus pagenation with druid datasource

This commit is contained in:
zyyang 2020-12-07 13:13:53 +08:00
parent ffadd16e94
commit 9083dc986d
1 changed files with 5 additions and 0 deletions

View File

@ -38,6 +38,11 @@
<artifactId>h2</artifactId>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>com.alibaba</groupId>
<artifactId>druid</artifactId>
<version>1.1.17</version>
</dependency>
<dependency>
<groupId>com.taosdata.jdbc</groupId>