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.
2 parents 07f7435 + e1203b7 commit dc31ee1Copy full SHA for dc31ee1
spring-boot-project/spring-boot-docs/src/docs/asciidoc/howto/spring-mvc.adoc
@@ -59,6 +59,7 @@ The `ObjectMapper` (or `XmlMapper` for Jackson XML converter) instance (created
59
* `MapperFeature.DEFAULT_VIEW_INCLUSION` is disabled
60
* `DeserializationFeature.FAIL_ON_UNKNOWN_PROPERTIES` is disabled
61
* `SerializationFeature.WRITE_DATES_AS_TIMESTAMPS` is disabled
62
+* `SerializationFeature.WRITE_DURATIONS_AS_TIMESTAMPS` is disabled
63
64
Spring Boot also has some features to make it easier to customize this behavior.
65
0 commit comments