Browse Source

Document that WRITE_DATES_AS_TIMESTAMPS is disabled by default

Closes gh-11898
pull/11886/merge
Andy Wilkinson 8 years ago
parent
commit
43285fb77c
  1. 1
      spring-boot-project/spring-boot-docs/src/main/asciidoc/howto.adoc

1
spring-boot-project/spring-boot-docs/src/main/asciidoc/howto.adoc

@ -1147,6 +1147,7 @@ default) has the following customized properties: @@ -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.

Loading…
Cancel
Save