1. 增加分页组件

This commit is contained in:
HuangXin 2023-08-22 20:29:00 +08:00
parent 163b7b81ea
commit f53ce601f8
1 changed files with 10 additions and 0 deletions

10
pom.xml
View File

@ -106,6 +106,16 @@
<artifactId>fastjson</artifactId> <artifactId>fastjson</artifactId>
<version>1.2.83</version> <version>1.2.83</version>
</dependency> </dependency>
<dependency>
<groupId>com.github.pagehelper</groupId>
<artifactId>pagehelper</artifactId>
<version>5.3.3</version>
</dependency>
<dependency>
<groupId>org.yaml</groupId>
<artifactId>snakeyaml</artifactId>
<version>2.1</version>
</dependency>
</dependencies> </dependencies>
<build> <build>