add:pagehelper依赖

This commit is contained in:
2023-11-14 16:07:18 +08:00
parent e3985366aa
commit d2a196b8d4

View File

@@ -307,6 +307,18 @@
<version>5.23</version>
</dependency>
<dependency>
<groupId>com.github.pagehelper</groupId>
<artifactId>pagehelper-spring-boot-starter</artifactId>
<version>1.2.12</version>
<exclusions>
<exclusion>
<groupId>org.mybatis</groupId>
<artifactId>mybatis</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>eu.bitwalker</groupId>
<artifactId>UserAgentUtils</artifactId>