升级pagehelper到最新版1.4.6
This commit is contained in:
parent
8940cd8dc0
commit
d8e4abdd77
10
pom.xml
10
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>
|
||||
@ -100,13 +99,6 @@
|
||||
<version>${oracle.version}</version>
|
||||
</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>
|
||||
|
Loading…
Reference in New Issue
Block a user