Merge branch '2.0.x'

This commit is contained in:
Stephane Nicoll
2018-10-16 11:38:39 +02:00
3 changed files with 3 additions and 3 deletions

View File

@@ -2000,7 +2000,7 @@ Jackson is the preferred and default library.
[[boot-features-json-jackson]]
=== Jackson
Auto-configuration for Jackson is provided and Jackson is part of
`spring-boot-starer-json`. When Jackson is on the classpath an `ObjectMapper`
`spring-boot-starter-json`. When Jackson is on the classpath an `ObjectMapper`
bean is automatically configured. Several configuration properties are provided for
<<howto.adoc#howto-customize-the-jackson-objectmapper,customizing the configuration of the
`ObjectMapper`>>.