spring boot2.0.0 架构问题 时间处理 (映射,时区问题)

在application.properties中添加  

spring.jackson.serialization.write-dates-as-timestamps= true

在bootstrap.yml中添加

spring

    jackson:

      default-property-inclusion: NON_NULL

      #date-format: yyyy-MM-dd HH:mm:ss

      time-zone: GMT+8

       serialization:

            write-dates-as-timestamps: true

你可能感兴趣的:(spring boot2.0.0 架构问题 时间处理 (映射,时区问题))