You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/main/antora/modules/ROOT/pages/repositories/create-instances.adoc
+1-1
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ This section covers how to create instances and bean definitions for the defined
7
7
== Java Configuration
8
8
9
9
Use the store-specific `@Enable{store}Repositories` annotation on a Java configuration class to define a configuration for repository activation.
10
-
For an introduction to Java-based configuration of the Spring container, see {spring-framework-docs}/core.html#beans-java[JavaConfig in the Spring reference documentation].
10
+
For an introduction to Java-based configuration of the Spring container, see {spring-framework-docs}/core/beans/java.html[JavaConfig in the Spring reference documentation].
11
11
12
12
A sample configuration to enable Spring Data repositories resembles the following:
0 commit comments