Springboot日期型转JSON格式

Springboot日期型转JSON格式

全局修改可以在application.yml

spring:
  jackson:
    date-format: yyyy-MM-dd #如果使用字符串型表示,用这行设置格式
    timezone: GMT+8
    serialization:
      write-dates-as-timestamps: true #使用数值timestamp表示日期
发布了38 篇原创文章 · 获赞 32 · 访问量 610

猜你喜欢

转载自blog.csdn.net/Asia1752/article/details/103606172
今日推荐