- Spring Boot 2.0 Projects
- Mohamed Shazin Sadakath
- 32字
- 2021-08-13 16:00:11
Using the changed Jackson/JSON support
With Spring Boot 2.0, Jackson's configuration was modified to write JSR-310 dates as ISO-8601 strings. For its previous behavior, the property spring.jackson.serialization.write-dates-as-timestamps=true needs to be set.