Jackson反序列化的时候忽略实体中不存在的元素 2017-08-12 jackson Comments Word Count: 2words Read Count: 1minutes objectMapper.configure(DeserializationFeature.FAIL_ON_UNKNOWN_PROPERTIES, false);