sprinboot 日期格式化,时间格式化,日期时间格式化

@DateTimeFormat(pattern = "yyyy-MM-dd HH:mm")

@JsonFormat(pattern = "yyyy-MM-dd HH:mm",timezone ="GMT+8")

@JSONField(format = "yyyy-MM-dd HH:mm")

private Date birthDay;

你可能感兴趣的:(sprinboot 日期格式化,时间格式化,日期时间格式化)