|
|
|
@ -117,13 +117,23 @@
|
|
|
|
|
<type>pom</type>
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>com.oceanbase</groupId>
|
|
|
|
|
<artifactId>oceanbase-client</artifactId>
|
|
|
|
|
<version>2.4.0</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
<!--mybatis plus -->
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>com.baomidou</groupId>
|
|
|
|
|
<artifactId>mybatis-plus-boot-starter</artifactId>
|
|
|
|
|
<version>3.5.2</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>com.github.pagehelper</groupId>
|
|
|
|
|
<artifactId>pagehelper</artifactId>
|
|
|
|
|
<version>5.3.0</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
<!--分页插件-->
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>com.github.pagehelper</groupId>
|
|
|
|
@ -196,7 +206,7 @@
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>com.github.pagehelper</groupId>
|
|
|
|
|
<artifactId>pagehelper-spring-boot-autoconfigure</artifactId>
|
|
|
|
|
<version>1.4.5</version>
|
|
|
|
|
<version>1.4.2</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.springframework.boot</groupId>
|
|
|
|
|