springboot采坑--前端传入String日期格式无法转换日期对象问题

最好的方法:在实体中加入日期格式化注解

@DateTimeFormat(pattern="yyyy-MM-dd HH:mm:ss")
private Date birthday;
posted @ 2021-01-26 21:59  王牌飞行员  阅读(192)  评论(0)    收藏  举报