springboot-jackson-datetime-example
springboot-jackson-datetime-example copied to clipboard
ZonedDateTime和DateTime的例子需要重写
java 8 ZonedDateTime和joda DateTime这两个带时区信息的日期时间类型的序列化与反序列化例子可能需要重新,因为在写本文过程中发现了这么几个bug:
- https://github.com/FasterXML/jackson-datatype-joda/issues/92
- https://github.com/FasterXML/jackson-datatype-joda/issues/93
不确定是特性还是bug,等作者进一步回复再说。