账号封禁功能

This commit is contained in:
shengzhang
2021-04-05 01:14:13 +08:00
parent 37f1642f7e
commit 89b1a2a353
8 changed files with 166 additions and 11 deletions

View File

@@ -46,17 +46,17 @@
</dependency> -->
<!-- sa-token整合redis (使用jackson序列化方式) -->
<!-- <dependency>
<dependency>
<groupId>cn.dev33</groupId>
<artifactId>sa-token-dao-redis-jackson</artifactId>
<version>${sa-token-version}</version>
</dependency> -->
</dependency>
<!-- 提供redis连接池 -->
<!-- <dependency>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-pool2</artifactId>
</dependency> -->
</dependency>
<!-- sa-token整合SpringAOP实现注解鉴权 -->
<!-- <dependency>