springboot2 redis缓存配置Jackson2JsonRedisSerializer和使用object.class时反序列化出现LinkedHashMap cannot be cas...
前言最近在学习springboot的整合视频,在整合redis作为cache时序列化为json格式时,由于视频上讲述的是springboot1的修改方式,而springboot2在这部分有了较大的修改。在网上我查到的基本上大多是自己配置一个CacheManager来替换springboot默认的。但这样做就相当于把springboot默认的配置全部替换掉了。包括CacheManagerCustom