数据集分页查询及部分删除代码

This commit is contained in:
2025-05-14 23:07:09 +08:00
parent e7099f3a85
commit be5ff6ff74
10 changed files with 207 additions and 10 deletions

View File

@ -50,6 +50,13 @@
<optional>true</optional>
</dependency>
<!--分页查询-->
<dependency>
<groupId>com.github.pagehelper</groupId>
<artifactId>pagehelper-spring-boot-starter</artifactId>
<version>1.4.7</version>
</dependency>
<!-- KingbaseES V8/V9 数据库 JDBC 驱动 -->
<dependency>
<groupId>com.kingbase8</groupId>