jimmycheng888 opened a new issue #90: Time formatting error,error info URL: https://github.com/apache/rocketmq-spring/issues/90 **I sent an object for RequestVo, which has a body object. This object can be of any type. When I define it as an entity, and there is a time field in the entity, an exception occurs when receiving data. Error message as follows.** `Caused by: com.fasterxml.jackson.databind.exc.InvalidFormatException: Cannot deserialize value of type `java.util.Date` from String "2019-06-10 12:49:31": not a valid representation (error: Failed to parse Date value '2019-06-10 12:49:31': Cannot parse date "2019-06-10 12:49:31": while it seems to fit format 'yyyy-MM-dd'T'HH:mm:ss.SSSZ', parsing fails (leniency? null))` ### My version is 2.0.3
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
