JSON格式化

@JSON(format="yyyy-MM-dd")
public Date getCreatDate() {
return creatdate;
}

@JSON(format="yyyy-MM-dd hh-mm-ss")
public Date getCreatDate() {
return creatdate;
}

-----------------------------------------------------------------------------
原文地址:https://www.cnblogs.com/Alwaysbecoding/p/6801988.html