美文网首页我爱编程
spring boot2.0.0 架构问题 时间处理 (映射,时

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

作者: fengshunli | 来源:发表于2018-05-07 10:44 被阅读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 架构问题 时间处理 (映射,时

        本文链接:https://www.haomeiwen.com/subject/utjmrftx.html