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.adoc
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,6 +3,6 @@
3
3
:page-section-summary-toc: 1
4
4
5
5
This chapter explains the basic foundations of Spring Data repositories and MongoDB specifics.
6
-
Before continuing to the MongoDB specifics, make sure you have a sound understanding of the basic concepts.
6
+
Before continuing to the MongoDB specifics, make sure you have a sound understanding of the basic concepts explained in xref:repositories/core-concepts.adoc[Working with Spring Data Repositories].
7
7
8
8
The goal of the Spring Data repository abstraction is to significantly reduce the amount of boilerplate code required to implement data access layers for various persistence stores.
0 commit comments