首页 前端知识 【随笔】若依com.alibaba.fastjson2.JSONObject cannot be cast to domain.model.LoginUser

【随笔】若依com.alibaba.fastjson2.JSONObject cannot be cast to domain.model.LoginUser

2024-06-18 23:06:34 前端知识 前端哥 728 659 我要收藏

我这里是由于修改了LoginUser的包路径
ruoyi里面Redis使用FastJson序列化,FastJson支持AutoType功能,这个功能在序列化的JSON字符串中带上类型信息,在反序列化时,不需要传入类型,实现自动类型识别。
ruoyi在Constants里面规定了需要支持自动类型的类名前缀

public static final String[] JSON_WHITELIST_STR = { "org.springframework", "com.ruoyi" };

解决方法:只需要把这个常量里面的com.ruoyi修改为修改后的路径,例如com.mypack

转载请注明出处或者链接地址:https://www.qianduange.cn//article/12761.html
标签
mybatis
评论
发布的文章

JQuery中的load()、$

2024-05-10 08:05:15

大家推荐的文章
会员中心 联系我 留言建议 回顶部
复制成功!