背景

获取此错误的原因,我这边的错误是从redis 获取 集合数据,解析错误,以前没有出现过此种错误。突然出现。为了保证数据ok
做了兼容,兼容代码如下;

  try {
  		// 从redis 获取配置数据
        Object cnObject = redisUtil.get("cn");

        if (cnAddress == null) {
        // 调用方法返回集合
            List<AddressDTO> Info = getInfo(integer);
            redisUtil.set("cn", Info );
            return  Info 
        } else {
                List<AddressDTO> list = JSON.parseArray( JSON.toJSONString(cnObject), AddressDTO.class);
                return list ;
        }

        }catch (Exception e){
           // 调用方法返回集合
            List<AddressDTO> Info = getInfo(integer);
            redisUtil.set("cn", Info );
            return  Info 
        }
GitHub 加速计划 / fastj / fastjson
3
1
下载
FASTJSON 2.0.x has been released, faster and more secure, recommend you upgrade.
最近提交(Master分支:3 个月前 )
c942c834 - 2 年前
5bc4709b - 2 年前
Logo

AtomGit 是由开放原子开源基金会联合 CSDN 等生态伙伴共同推出的新一代开源与人工智能协作平台。平台坚持“开放、中立、公益”的理念,把代码托管、模型共享、数据集托管、智能体开发体验和算力服务整合在一起,为开发者提供从开发、训练到部署的一站式体验。

更多推荐