Spring Data MongoDB with Java 8 LocalDate MappingException

后端 未结 3 1829
醉酒成梦
醉酒成梦 2020-12-06 17:45

I try to use the LocalTime from Java 8 Date Time API with Spring Data MongoDB. Inserting the document works as expected, but when I try to read the document, I get the follo

3条回答
  •  情深已故
    2020-12-06 18:15

    Now problem is resolved: https://jira.spring.io/browse/DATAMONGO-1102

    But Spring Data doesn't support ZonedDateTime now, only Local.

提交回复
热议问题