@JsonFormat(pattern = "yyyy-MM-dd", timezone = "GMT+8")
@DateTimeFormat(pattern = "yyyy-MM-dd")
给实体类标注此代码,数据库中时间字段也改成Date类型,前端传参,即可为String,可自动转换。