// @JSONField(format = "yyyy-MM-dd HH:mm:ss") //FastJson包使用注解 // @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss",timezone = "GMT+8") //Jackson包使用注解 @DateTimeFormat(pattern = "yyyy-MM-dd HH:mm:ss") //格式化前台日期参数注解
使用 JSONField 和 DateTimeFormat 都是如上图的效果
使用JsonFormat