升级pagehelper到最新版1.4.6

This commit is contained in:
RuoYi
2022-12-13 16:01:15 +08:00
parent 036c71c8ea
commit 171526b3a9

10
pom.xml
View File

@@ -26,8 +26,7 @@
<maven-jar-plugin.version>3.1.1</maven-jar-plugin.version>
<shiro.version>1.10.1</shiro.version>
<thymeleaf.extras.shiro.version>2.1.0</thymeleaf.extras.shiro.version>
<mybatis.spring.boot.starter.version>2.2.2</mybatis.spring.boot.starter.version>
<pagehelper.spring.boot.starter.version>1.4.3</pagehelper.spring.boot.starter.version>
<pagehelper.spring.boot.starter.version>1.4.6</pagehelper.spring.boot.starter.version>
<fastjson.version>1.2.83</fastjson.version>
<druid.version>1.2.15</druid.version>
<commons.io.version>2.11.0</commons.io.version>
@@ -86,13 +85,6 @@
<artifactId>mysql-connector-java</artifactId>
</dependency>
<!-- SpringBoot集成mybatis框架 -->
<dependency>
<groupId>org.mybatis.spring.boot</groupId>
<artifactId>mybatis-spring-boot-starter</artifactId>
<version>${mybatis.spring.boot.starter.version}</version>
</dependency>
<!-- pagehelper 分页插件 -->
<dependency>
<groupId>com.github.pagehelper</groupId>