Skip to content

Commit 54ffc42

Browse files
committed
Fix table formatting
Closes gh-47345 See gh-47328
1 parent 8c5a25e commit 54ffc42

File tree

1 file changed

+1
-1
lines changed
  • documentation/spring-boot-docs/src/docs/antora/modules/how-to/pages

1 file changed

+1
-1
lines changed

documentation/spring-boot-docs/src/docs/antora/modules/how-to/pages/spring-mvc.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,6 @@ These features are described in several enums (in Jackson) that map onto propert
7777
| javadoc:com.fasterxml.jackson.annotation.JsonInclude$Include[]
7878
| configprop:spring.jackson.default-property-inclusion[]
7979
| `always`, `non_null`, `non_absent`, `non_default`, `non_empty`
80-
|===
8180

8281
| javadoc:tools.jackson.databind.DeserializationFeature[]
8382
| `spring.jackson.deserialization.<feature_name>`
@@ -98,6 +97,7 @@ These features are described in several enums (in Jackson) that map onto propert
9897
| javadoc:tools.jackson.databind.SerializationFeature[]
9998
| `spring.jackson.serialization.<feature_name>`
10099
| `true`, `false`
100+
|===
101101

102102
For example, to enable pretty print, set `spring.jackson.serialization.indent_output=true`.
103103
Note that, thanks to the use of xref:reference:features/external-config.adoc#features.external-config.typesafe-configuration-properties.relaxed-binding[relaxed binding], the case of `indent_output` does not have to match the case of the corresponding enum constant, which is `INDENT_OUTPUT`.

0 commit comments

Comments
 (0)