feat: 新增 base64、hex、ISO_8859_1 三种编码的序列化方案

This commit is contained in:
click33
2025-02-24 01:59:51 +08:00
parent e898ad70c5
commit d551066238
14 changed files with 290 additions and 22 deletions

View File

@@ -229,6 +229,7 @@ public class SaAloneRedisInject implements EnvironmentAware{
}
// 至此,说明开发者一个 redis 插件也没引入,或者引入的 redis 插件不在 sa-token-alone-redis 的支持范围内
throw new SaTokenException("未引入 sa-token-redis-xxx 相关插件,或引入的插件不在 Alone-Redis 支持范围内");
} catch (Exception e) {
e.printStackTrace();