@JsonFormat:格式化后端传给前端展示的日期 @DateTimeFormat:格式化前端传来的String类型的日期
@JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss")@DateTimeFormat(pattern="yyyy-MM-dd HH:mm:ss") private Date createTime;
京公网安备 11010502049817号