格式转换(对象转JSON) @Size(max = 20) @JsonFormat(pattern="HH:mm",timezone = "GMT+8") private Date bookTime; 注意 timezone = “GMT+8” 属性必须设置,否则时间会因为时区问题出错