码迷,mamicode.com
首页 > 编程语言 > 详细

SpringBoot接收对象中包含时间参数,格式化接收时间

时间:2019-12-19 23:43:54      阅读:322      评论:0      收藏:0      [点我收藏+]

标签:att   对象   for   nbsp   orm   class   mamicode   技术   图片   

技术图片

SpringBoot接收对象中包含时间参数,前端传过来的时间数据为‘2019-12-19 08:08:08‘,SpringBoot不能自己转化时间为Date,会报错。

解决办法:

使用@JsonFormat注解

@JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone = "GMT+8")

 

SpringBoot接收对象中包含时间参数,格式化接收时间

标签:att   对象   for   nbsp   orm   class   mamicode   技术   图片   

原文地址:https://www.cnblogs.com/mxh-java/p/12070539.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!