时间格式化,springBoot
只需在实体类get方法加上这个就可以了
@JsonFormat(pattern=“yyyy-MM-dd”)
public Date getContSecStartDate() {
return contSecStartDate;
}
时间格式化,springBoot
只需在实体类get方法加上这个就可以了
@JsonFormat(pattern=“yyyy-MM-dd”)
public Date getContSecStartDate() {
return contSecStartDate;
}