实体类的属性加上以下注释
@DateTimeFormat(pattern="yyyy-MM-dd HH:mm:ss")//前端传入对应格式 引入包org.springframework.format.annotation.DateTimeFormat private Date readTime;
springmvc controller Date数据 400错误
原文:https://www.cnblogs.com/SunAutumn/p/11059216.html