v1.12.1更新

This commit is contained in:
shengzhang
2021-01-14 02:06:39 +08:00
parent 3b9f6b71e9
commit 87292cb7d5
23 changed files with 50 additions and 36 deletions

View File

@@ -11,7 +11,7 @@
<dependency>
<groupId>cn.dev33</groupId>
<artifactId>sa-token-dao-redis</artifactId>
<version>1.12.0</version>
<version>1.12.1</version>
</dependency>
```
优点兼容性好缺点session序列化后基本不可读对开发者来讲等同于乱码
@@ -23,7 +23,7 @@
<dependency>
<groupId>cn.dev33</groupId>
<artifactId>sa-token-dao-redis-jackson</artifactId>
<version>1.12.0</version>
<version>1.12.1</version>
</dependency>
```
优点session序列化后可读性强可灵活手动修改缺点兼容性稍差