摘要: 两种解决办法 第一种: 直接使用value-format="yyyy-MM-dd" 格式化日期值 第二种:正常使用 后台使用 @JsonFormat(pattern = "yyyy-MM-dd",timezone="GMT+8")标准时区的注解格式化时间 阅读全文