spring 返回时间格式统一处理
Posted 小猫爱哭鬼
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了spring 返回时间格式统一处理相关的知识,希望对你有一定的参考价值。
(1)在spring配置文件加一句配置
spring: #json 时间戳统一转换 jackson: date-format: yyyy-MM time-zone: GMT+8(2)在实体类里面加注解
@JsonFormat(timezone = "GMT+8", pattern = "yyyy-MM-dd HH:mm:ss") @DateTimeFormat(pattern = "yyyy-MM-dd HH:mm:ss")
以上是关于spring 返回时间格式统一处理的主要内容,如果未能解决你的问题,请参考以下文章
SpringBoot RESTful API返回统一数据格式还不懂?
spring security oauth2 认证端异常处理(基于前后分离统一返回json)