Commit 732658af authored by NersesAM's avatar NersesAM Committed by Phillip Webb

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
parent 32d30a0a
......@@ -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`.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment