Document need to use spring.data.rest rather than spring.data.web

Closes gh-14413
This commit is contained in:
Andy Wilkinson 2018-10-09 17:45:21 +01:00
parent 3f7a01fd27
commit 51a1309ab7
1 changed files with 8 additions and 0 deletions

View File

@ -2065,6 +2065,14 @@ the annotations and flags accordingly.
[[howto-use-customize-spring-datas-web-support]]
=== Customize Spring Data's Web Support
Spring Data provides web support that simplifies the use of Spring Data repositories in a
web application. Spring Boot provides properties in the `spring.data.web` namespace
for customizing its configuration. Note that if you are using Spring Data REST, you must
use the properties in the `spring.data.rest` namespace instead.
[[howto-use-exposing-spring-data-repositories-rest-endpoint]]
=== Expose Spring Data Repositories as REST Endpoint
Spring Data REST can expose the `Repository` implementations as REST endpoints for you,