v1.19.0 更新

This commit is contained in:
shengzhang
2021-05-10 01:29:56 +08:00
parent 0a7a8138b3
commit 041294e790
34 changed files with 57 additions and 53 deletions

View File

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