Skip to content

Commit 72a8282

Browse files
committed
Add missing link to core concepts documentation.
See spring-projects/spring-data-commons#3463
1 parent 8e9a3a3 commit 72a8282

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

src/main/antora/modules/ROOT/pages/repositories/introduction.adoc

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@
22
= Introduction
33
:page-section-summary-toc: 1
44

5-
This chapter explains the basic foundations of Spring Data repositories.
6-
Before continuing to the LDAP specifics, make sure you have a sound understanding of the basic concepts explained here.
5+
This chapter explains the basic foundations of Spring Data repositories and LDAP specifics.
6+
Before continuing to the LDAP 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+
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.
79

810
include::{commons}@data-commons::page$repositories.adoc[leveloffset=+1]

0 commit comments

Comments
 (0)