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;

猜你喜欢

转载自blog.csdn.net/ALSsaccadeherzschlag/article/details/89177813