org.springframework.dao.TransientDataAccessResourceException 是因为实体类中的字段和传值的字段不一致导致的 加上这个@JsonIgnoreProperties(ignoreUnknown = true)

NoSuchKey