跨域+模糊分页查询

This commit is contained in:
dww
2025-12-27 15:02:10 +08:00
parent 5312fddf71
commit 0b51f007f8
8 changed files with 93 additions and 26 deletions

View File

@@ -67,6 +67,13 @@
<version>4.3.0</version>
</dependency>
<dependency>
<groupId>com.github.pagehelper</groupId>
<artifactId>pagehelper-spring-boot-starter</artifactId>
<version>1.3.0</version>
</dependency>
<!-- JWT依赖生成/解析令牌) -->
<dependency>
<groupId>io.jsonwebtoken</groupId>