pageHelper 不生效问题
空值问题
This commit is contained in:
@@ -33,7 +33,7 @@
|
||||
<dubbo-registry-nacos.version>3.3.3</dubbo-registry-nacos.version>
|
||||
<dubbo.version>3.3.3</dubbo.version>
|
||||
<seata.version>2.0.0</seata.version>
|
||||
<pagehelper.version>6.1.0</pagehelper.version>
|
||||
<pagehelper.version>2.1.0</pagehelper.version>
|
||||
<alipay-sdk-java.version>4.40.54.ALL</alipay-sdk-java.version>
|
||||
<aliyun-sms.version>2.0.24</aliyun-sms.version>
|
||||
<aliyun.oss.version>2.8.3</aliyun.oss.version>
|
||||
@@ -168,21 +168,9 @@
|
||||
<artifactId>seata-spring-boot-starter</artifactId>
|
||||
<version>${seata.version}</version>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>com.github.pagehelper</groupId>
|
||||
<artifactId>pagehelper</artifactId>
|
||||
<version>${pagehelper.version}</version>
|
||||
<exclusions>
|
||||
<exclusion>
|
||||
<groupId>com.github.jsqlparser</groupId>
|
||||
<artifactId>jsqlparser</artifactId>
|
||||
</exclusion>
|
||||
</exclusions>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.github.pagehelper</groupId>
|
||||
<artifactId>sqlparser4.5</artifactId>
|
||||
<artifactId>pagehelper-spring-boot-starter</artifactId>
|
||||
<version>${pagehelper.version}</version>
|
||||
</dependency>
|
||||
<!--
|
||||
|
||||
Reference in New Issue
Block a user