pagehelper查询返回的是全部记录,springboot与插件存在版本问题

2022/1/6 23:08:45

本文主要是介绍pagehelper查询返回的是全部记录,springboot与插件存在版本问题,对大家解决编程问题具有一定的参考价值,需要的程序猿们随着小编来一起学习吧!

 1 <dependency>
 2             <groupId>org.mybatis</groupId>
 3             <artifactId>mybatis</artifactId>
 4             <version>3.5.5</version>
 5         </dependency>
 6 
 7         <dependency>
 8             <groupId>org.mybatis.spring.boot</groupId>
 9             <artifactId>mybatis-spring-boot-starter</artifactId>
10             <version>2.1.3</version>
11         </dependency>
12 
13         <dependency>
14             <groupId>com.github.pagehelper</groupId>
15             <artifactId>pagehelper-spring-boot-starter</artifactId>
16             <version>1.4.1</version>
17         </dependency>

以上是调通了版本依赖,其他版本有些会失效



这篇关于pagehelper查询返回的是全部记录,springboot与插件存在版本问题的文章就介绍到这儿,希望我们推荐的文章对大家有所帮助,也希望大家多多支持为之网!


扫一扫关注最新编程教程