This commit is contained in:
shengzhang
2021-03-26 01:17:15 +08:00
parent 1d4639ec0b
commit 3bdc65839e
20 changed files with 26 additions and 27 deletions

View File

@@ -14,7 +14,7 @@ Sa-token默认将会话数据保存在内存中此模式读写速度最快
<dependency>
<groupId>cn.dev33</groupId>
<artifactId>sa-token-dao-redis</artifactId>
<version>1.15.0.RELEASE</version>
<version>1.15.2</version>
</dependency>
```
优点兼容性好缺点Session序列化后基本不可读对开发者来讲等同于乱码
@@ -26,7 +26,7 @@ Sa-token默认将会话数据保存在内存中此模式读写速度最快
<dependency>
<groupId>cn.dev33</groupId>
<artifactId>sa-token-dao-redis-jackson</artifactId>
<version>1.15.0.RELEASE</version>
<version>1.15.2</version>
</dependency>
```
优点Session序列化后可读性强可灵活手动修改缺点兼容性稍差