完成了Web端用户登录和退出登录的功能

This commit is contained in:
2025-04-29 09:13:04 +08:00
parent a768e1ff55
commit f36e4a38a8
5 changed files with 27 additions and 19 deletions

11
pom.xml
View File

@ -62,6 +62,15 @@
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-validation</artifactId>
</dependency>
<!-- knife4j -->
<dependency>
<groupId>com.github.xiaoymin</groupId>
@ -116,7 +125,7 @@
<artifactId>spring-boot-starter-data-redis</artifactId>
</dependency>
<!-- Gson-->
<!-- Gson -->
<dependency>
<groupId>com.google.code.gson</groupId>
<artifactId>gson</artifactId>