update 移除 satoken 自带集成 redis 改为使用 框架自身 Redission 实现 统一方案 性能优异

This commit is contained in:
疯狂的狮子li
2021-11-26 13:42:20 +08:00
parent 2fe8291f1d
commit e2d370bd9d
4 changed files with 213 additions and 12 deletions

View File

@ -34,11 +34,6 @@
<groupId>cn.dev33</groupId>
<artifactId>sa-token-spring-boot-starter</artifactId>
</dependency>
<!-- Sa-Token 整合 Redis 使用jackson序列化方式 -->
<dependency>
<groupId>cn.dev33</groupId>
<artifactId>sa-token-dao-redis-jackson</artifactId>
</dependency>
<!-- Sa-Token整合SpringAOP实现注解鉴权 -->
<dependency>
<groupId>cn.dev33</groupId>