Update documentation with new Jackson 2.6 feature

Update the "How To" section with a new Jackson value that was added in
2.6.

Closes gh-4491
This commit is contained in:
NersesAM 2015-11-15 00:20:24 +00:00 committed by Phillip Webb
parent 32d30a0a26
commit 732658af89
1 changed files with 1 additions and 1 deletions

View File

@ -1023,7 +1023,7 @@ Jackson which map onto properties in the environment:
|`spring.jackson.serialization.<feature_name>=true\|false`
|`com.fasterxml.jackson.annotation.JsonInclude.Include`
|`spring.jackson.serialization-inclusion=always\|non_null\|non_default\|non_empty`
|`spring.jackson.serialization-inclusion=always\|non_null\|non_absent\|non_default\|non_empty`
|===
For example, to enable pretty print, set `spring.jackson.serialization.indent_output=true`.