2017-05-06 11 views

答えて

1

あなたのエンティティでは、startDateフィールドがLocalDateと思われます。代わりにZonedDateTimeを試してください。

LocalDate: A java.time.LocalDate object, used to correctly manage dates in Java. 
ZonedDateTime: A java.time.ZonedDateTime object, used to correctly manage dates and times in Java. 

creating an entityを参照してください。

関連する問題