摘要: 在get方法上添加此注释:@JsonFormat(pattern = "yyyy-MM-dd", timezone = "GMT+8" 在set方法上添加此注释:@DateTimeFormat(pattern = "yyyy-MM-dd") 阅读全文
posted @ 2018-04-18 10:49 Lucia557 阅读(649) 评论(0) 推荐(0) 编辑