You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The text was updated successfully, but these errors were encountered:
jmini
changed the title
EventCommit 类中的Date 增加@JsonFormat(pattern = "yyyy-MM-dd'T'HH:mm:ss+HHmm")
Add @JsonFormat(pattern = "yyyy-MM-dd'T'HH:mm:ss+HHmm") to Date in EventCommit
Dec 24, 2024
Google translation:
As the title says, add
@jsonformat(pattern = "yyyy-MM-dd'T'HH:mm:ss+HHmm")
to Date in EventCommit classThe project uses
yyyy-MM-dd HH:mm:ss
by default, and an error will be reported when receiving an object.original message:
如题EventCommit 类中的Date 增加@jsonformat(pattern = "yyyy-MM-dd'T'HH:mm:ss+HHmm")
项目中默认使用yyyy-MM-dd HH:mm:ss , 接收对象时会报错。
The text was updated successfully, but these errors were encountered: