From 43285fb77c7fec9deb8d6be3f72bf969c88b79a7 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Wed, 7 Feb 2018 11:16:40 +0000 Subject: [PATCH] Document that WRITE_DATES_AS_TIMESTAMPS is disabled by default Closes gh-11898 --- .../spring-boot-docs/src/main/asciidoc/howto.adoc | 1 + 1 file changed, 1 insertion(+) diff --git a/spring-boot-project/spring-boot-docs/src/main/asciidoc/howto.adoc b/spring-boot-project/spring-boot-docs/src/main/asciidoc/howto.adoc index cf0f33bb672..23f533af942 100644 --- a/spring-boot-project/spring-boot-docs/src/main/asciidoc/howto.adoc +++ b/spring-boot-project/spring-boot-docs/src/main/asciidoc/howto.adoc @@ -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.