Skip to content

Commit 732658a

Browse files
NersesAMphilwebb
authored andcommitted
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
1 parent 32d30a0 commit 732658a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1023,7 +1023,7 @@ Jackson which map onto properties in the environment:
10231023
|`spring.jackson.serialization.<feature_name>=true\|false`
10241024

10251025
|`com.fasterxml.jackson.annotation.JsonInclude.Include`
1026-
|`spring.jackson.serialization-inclusion=always\|non_null\|non_default\|non_empty`
1026+
|`spring.jackson.serialization-inclusion=always\|non_null\|non_absent\|non_default\|non_empty`
10271027
|===
10281028

10291029
For example, to enable pretty print, set `spring.jackson.serialization.indent_output=true`.

0 commit comments

Comments
 (0)