web123456

DAO\DTO data conversion json, modify the time format (remove the time, minute and second)

//Add annotation at the attributes that need to be modified @JSONField(format = "yyyy-MM-dd") private Data date; //Add annotation at the data acquisition @JSONFormat(pattern = "yyyy-MM-dd", timezone = "GMT+8") Data getDate(){ return this.data; }