解决 Jackson反序列化 Unexpected token ... , expected VALUE_STRING: need JSON String that contains type id
首先检查是否是 objectMapper.enableDefaultTyping(); 的受害者。优先考虑删除该配置。 使用Jackson把数组的json字符串反序列化为List时候报了个Js ...