赞
踩
date类型字段的序列化和反序列化
@JsonFormat(pattern = "yyyy-MM-dd'T'HH:mm:ss.SSSZ", locale = "zh", timezone = "GMT+8")
JsonFormat :出参
DateTimeFormate : 入参
或者在配置文件里加上
spring.jackson.date-format=yyyy-MM-dd HH:mm:ss spring.jackson.time-zone=GMT+8 spring.jackson.serialization.write-dates-as-timestamps=false
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。