redis更改,登录部分修改

This commit is contained in:
liuyingfang
2024-03-05 09:53:19 +08:00
parent 1b1c69cfa4
commit 66f5c82c9d
10 changed files with 28 additions and 23 deletions

View File

@@ -44,6 +44,11 @@
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-websocket</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-amqp</artifactId>
<version>1.5.2.RELEASE</version>
</dependency>
<!-- jwt -->
<dependency>