mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-17 12:09:16 +00:00
Document that WRITE_DURATIONS_AS_TIMESTAMPS is disabled by default
Closes gh-38083
This commit is contained in:
@@ -60,6 +60,7 @@ The `ObjectMapper` (or `XmlMapper` for Jackson XML converter) instance (created
|
||||
* `MapperFeature.DEFAULT_VIEW_INCLUSION` is disabled
|
||||
* `DeserializationFeature.FAIL_ON_UNKNOWN_PROPERTIES` is disabled
|
||||
* `SerializationFeature.WRITE_DATES_AS_TIMESTAMPS` is disabled
|
||||
* `SerializationFeature.WRITE_DURATIONS_AS_TIMESTAMPS` is disabled
|
||||
|
||||
Spring Boot also has some features to make it easier to customize this behavior.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user