JSON parse error: Cannot deserialize value of type `java.util.Date` from String
@DateTimeFormat(pattern = "yyyy-MM-dd") @JsonFormat(pattern = "yyyy-MM-dd") private Date birth;
JSON parse error: Cannot deserialize value of type `java.util.Date` from String
@DateTimeFormat(pattern = "yyyy-MM-dd") @JsonFormat(pattern = "yyyy-MM-dd") private Date birth;