Sa-Token icon indicating copy to clipboard operation
Sa-Token copied to clipboard

默认的序列化方式jackson能否更换为fastjson2?

Open tslj1024 opened this issue 1 year ago • 1 comments

对以下问题有疑问:

项目中进行最小化引入的时候,存在默认序列化方式jackson,后来发现序列化bean是自动注入的,那么,能否将默认的序列化方式更换为fastjson2呢?

tslj1024 avatar Mar 23 '24 06:03 tslj1024

<dependency>
    <groupId>cn.dev33</groupId>
    <artifactId>sa-token-redis-fastjson2</artifactId>
    <version>1.37.0</version>
</dependency>

click33 avatar Mar 28 '24 14:03 click33