See gh-14843
This commit is contained in:
Johnny Lim
2018-10-16 07:15:08 +09:00
committed by Stephane Nicoll
parent c2588f4e33
commit 47daf96c48
3 changed files with 3 additions and 3 deletions

View File

@@ -1905,7 +1905,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`>>.