Document that WRITE_DATES_AS_TIMESTAMPS is disabled by default

Closes gh-11898
This commit is contained in:
Andy Wilkinson 2018-02-07 11:16:40 +00:00
parent 8229733f0d
commit 43285fb77c
1 changed files with 1 additions and 0 deletions

View File

@ -1147,6 +1147,7 @@ default) has the following customized properties:
* `MapperFeature.DEFAULT_VIEW_INCLUSION` is disabled
* `DeserializationFeature.FAIL_ON_UNKNOWN_PROPERTIES` is disabled
* `SerializationFeature.WRITE_DATES_AS_TIMESTAMPS` is disabled
Spring Boot also has some features to make it easier to customize this behavior.