We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3872ec8 commit e1203b7Copy full SHA for e1203b7
spring-boot-project/spring-boot-docs/src/docs/asciidoc/howto/spring-mvc.adoc
@@ -60,6 +60,7 @@ The `ObjectMapper` (or `XmlMapper` for Jackson XML converter) instance (created
60
* `MapperFeature.DEFAULT_VIEW_INCLUSION` is disabled
61
* `DeserializationFeature.FAIL_ON_UNKNOWN_PROPERTIES` is disabled
62
* `SerializationFeature.WRITE_DATES_AS_TIMESTAMPS` is disabled
63
+* `SerializationFeature.WRITE_DURATIONS_AS_TIMESTAMPS` is disabled
64
65
Spring Boot also has some features to make it easier to customize this behavior.
66
0 commit comments