Serialize Date, Instant to ISO 8601 when using JSR310 java.time in spring
问题 I am replacing JodaTime by JSR310 and the module of JodaTime() was working fine. I am trying to reconfigure the serialization of my dates in my spring-boot application. I can't keep both so I am looking for a way to serialize/deserialize my date to ISO 8601. I followed the advices here but this doesn't help : http://lewandowski.io/2016/02/formatting-java-time-with-spring-boot-using-json/ This is my JacksonConfig.java with the objectMapper : @Configuration public class JacksonConfig extends