实体类的属性加上以下注释
@DateTimeFormat(pattern="yyyy-MM-dd HH:mm:ss")//前端传入对应格式 引入包org.springframework.format.annotation.DateTimeFormat private Date readTime;
本文共 209 字,大约阅读时间需要 1 分钟。
实体类的属性加上以下注释
@DateTimeFormat(pattern="yyyy-MM-dd HH:mm:ss")//前端传入对应格式 引入包org.springframework.format.annotation.DateTimeFormat private Date readTime;
转载于:https://www.cnblogs.com/SunAutumn/p/11059216.html