04 2020 档案
json中有List集合时,转换List集合内元素的时间格式
摘要:1 public class User implements Serializable { 2 @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss") 3 @DateTimeFormat(pattern = "yyyy-MM-dd HH:mm:ss") 4 priv 阅读全文
posted @ 2020-04-28 17:57 努力努力再努力xi 阅读(1750) 评论(0) 推荐(0)