Document need to use spring.data.rest rather than spring.data.web
Closes gh-14413
This commit is contained in:
parent
3f7a01fd27
commit
51a1309ab7
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue