From 26b80d48d6212375d431ed93461e0c741ab74e43 Mon Sep 17 00:00:00 2001 From: RuoYi <yzz_ivy@163.com> Date: 星期二, 13 十二月 2022 19:35:16 +0800 Subject: [PATCH] 升级pagehelper到最新版1.4.6 --- pom.xml | 10 +--------- 1 files changed, 1 insertions(+), 9 deletions(-) diff --git a/pom.xml b/pom.xml index 087e529..f7a9451 100644 --- a/pom.xml +++ b/pom.xml @@ -24,8 +24,7 @@ <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding> <java.version>1.8</java.version> <maven-jar-plugin.version>3.1.1</maven-jar-plugin.version> - <mybatis.spring.boot.starter.version>2.2.2</mybatis.spring.boot.starter.version> - <pagehelper.spring.boot.starter.version>1.4.5</pagehelper.spring.boot.starter.version> + <pagehelper.spring.boot.starter.version>1.4.6</pagehelper.spring.boot.starter.version> <fastjson.version>2.0.20</fastjson.version> <druid.version>1.2.15</druid.version> <commons.io.version>2.11.0</commons.io.version> @@ -97,13 +96,6 @@ <groupId>mysql</groupId> <artifactId>mysql-connector-java</artifactId> <scope>runtime</scope> - </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 鍒嗛〉鎻掍欢 --> -- Gitblit v1.9.3