Skip to content

Commit 0d4cfb4

Browse files
committed
Polishing.
Remove outdated section. See #2288
1 parent 7131af5 commit 0d4cfb4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/asciidoc/repositories.adoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -1177,7 +1177,7 @@ userRepository.findAll(predicate);
11771177
[[core.web]]
11781178
=== Web support
11791179

1180-
NOTE: This section contains the documentation for the Spring Data web support as it is implemented in the current versions of Spring Data Commons. As the newly introduced support changes many things, we kept the documentation of the former behavior in <<web.legacy>>.
1180+
11811181

11821182
Spring Data modules that support the repository programming model ship with a variety of web support. The web related components require Spring MVC JARs to be on the classpath. Some of them even provide integration with https://github.com/spring-projects/spring-hateoas[Spring HATEOAS]. In general, the integration support is enabled by using the `@EnableSpringDataWebSupport` annotation in your JavaConfig configuration class, as the following example shows:
11831183

0 commit comments

Comments
 (0)