Add sample for reusable repository extensions.

Closes #690
This commit is contained in:
Christoph Strobl
2024-08-06 15:36:27 +02:00
committed by Mark Paluch
parent a4c5214b39
commit 8d0bde037b
18 changed files with 630380 additions and 8 deletions

View File

@@ -112,8 +112,8 @@ WARNING: If you're done using it, don't forget to shut it down!
== Miscellaneous
* `bom` - Example project how to use the Spring Data release train bom in non-Spring-Boot
scenarios.
* `mongodb/fragment-spi` - Example project how to use Spring Data Fragment SPI to provide reusable custom extensions.
* `bom` - Example project how to use the Spring Data release train bom in non-Spring-Boot scenarios.
* `map` - Example project to show how to use `Map`-backed repositories.
* `multi-store` - Example project to use both Spring Data MongoDB and Spring Data JPA in
one project.