Browse Source

Add missing link to core concepts documentation.

See spring-projects/spring-data-commons#3463
4.5.x
Mark Paluch 1 month ago
parent
commit
092d73bdea
No known key found for this signature in database
GPG Key ID: 55BC6374BAA9D973
  1. 2
      src/main/antora/modules/ROOT/pages/repositories.adoc

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

@ -3,6 +3,6 @@ @@ -3,6 +3,6 @@
:page-section-summary-toc: 1
This chapter explains the basic foundations of Spring Data repositories and MongoDB specifics.
Before continuing to the MongoDB specifics, make sure you have a sound understanding of the basic concepts.
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].
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.

Loading…
Cancel
Save