satoken序列化修改
This commit is contained in:
@@ -89,9 +89,10 @@
|
|||||||
</exclusions>
|
</exclusions>
|
||||||
</dependency>
|
</dependency>
|
||||||
<!-- Sa-Token 整合 Redis (使用 jdk 默认序列化方式) -->
|
<!-- Sa-Token 整合 Redis (使用 jdk 默认序列化方式) -->
|
||||||
|
<!-- Sa-Token 整合 Redis (使用 jackson 序列化方式) -->
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>cn.dev33</groupId>
|
<groupId>cn.dev33</groupId>
|
||||||
<artifactId>sa-token-redis</artifactId>
|
<artifactId>sa-token-redis-jackson</artifactId>
|
||||||
<version>1.40.0</version>
|
<version>1.40.0</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<!-- 提供Redis连接池 -->
|
<!-- 提供Redis连接池 -->
|
||||||
|
|||||||
Reference in New Issue
Block a user