因为项目中的时间属性基本是yyyy-MM-dd HH:mm:ss 因此 使用springmvc+fastJson 全局配置了时间格式
但是目前碰到个别时间只想返回yyyy-MM-dd , 在属性上使用 @JsonFormat(pattern = "yyyy-MM-dd", timezone = "GMT+8") @JSONField(format="yyyy-MM-dd") 均不起作用,想问下全局配置了时间格式后,如何能自定义个别属性的时间格式???
这个用GSON吧, fastJson没有这个