Commit 92a6e318 authored by Dave Syer's avatar Dave Syer

Correct Spring Data REST docs

parent 0f977ce8
...@@ -1227,8 +1227,8 @@ If you're developing a RESTful API that makes use of hypermedia, Spring Boot pro ...@@ -1227,8 +1227,8 @@ If you're developing a RESTful API that makes use of hypermedia, Spring Boot pro
auto-configuration for Spring HATEOAS that works well with most applications. The auto-configuration for Spring HATEOAS that works well with most applications. The
auto-configuration replaces the need to use `@EnableHypermediaSupport` and registers a auto-configuration replaces the need to use `@EnableHypermediaSupport` and registers a
number of beans to ease building hypermedia-based applications including a number of beans to ease building hypermedia-based applications including a
`LinkDiscoverer` and an `ObjectMapper` configured to correctly marshal responses into the `LinkDiscoverers` (for client side support) and an `ObjectMapper` configured to correctly
desired representation. The `ObjectMapper` will be customized based on the marshal responses into the desired representation. The `ObjectMapper` will be customized based on the
`spring.jackson.*` properties or a `Jackson2ObjectMapperBuilder` bean if one exists. `spring.jackson.*` properties or a `Jackson2ObjectMapperBuilder` bean if one exists.
You can take control of Spring HATEOAS's configuration by using You can take control of Spring HATEOAS's configuration by using
......
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