sa-token-dao-redisx 升级 redisx 为 1.4.5,支持序列化配置

This commit is contained in:
noear
2023-01-14 09:30:03 +08:00
parent 7d9c556e2d
commit 0fac42e5cc
2 changed files with 2 additions and 1 deletions

View File

@@ -9,6 +9,7 @@ sa-token-dao: #名字可以随意取
server: "localhost:6379"
password: 123456
db: 1
# serializer: "org.noear.redisx.utils.SerializerJson" #指定自定义序列化实现(默认为 SerializerDefault
```
#### 2.代码