remove 移除 pagehelper 分页工具

This commit is contained in:
疯狂的狮子li
2021-05-13 21:23:50 +08:00
parent 9f5a03edcd
commit 20e82d708b
5 changed files with 0 additions and 146 deletions

View File

@ -35,12 +35,6 @@
<artifactId>spring-boot-starter-security</artifactId>
</dependency>
<!-- pagehelper 分页插件 -->
<dependency>
<groupId>com.github.pagehelper</groupId>
<artifactId>pagehelper-spring-boot-starter</artifactId>
</dependency>
<!-- 自定义验证注解 -->
<dependency>
<groupId>javax.validation</groupId>