pageHelper 不生效问题

空值问题
This commit is contained in:
2025-02-28 10:50:51 +08:00
parent dce2c309e5
commit 26b6a5a5da
10 changed files with 33 additions and 44 deletions

View File

@@ -42,17 +42,7 @@
</dependency>
<dependency>
<groupId>com.github.pagehelper</groupId>
<artifactId>pagehelper</artifactId>
<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>
</dependency>
<dependency>
<groupId>com.czg</groupId>