Polishing.

Refine headers.

See #2912
This commit is contained in:
Mark Paluch
2023-09-08 10:30:21 +02:00
parent 050d8ff508
commit 957fdf490a

View File

@@ -1,5 +1,5 @@
[[repositories.custom-implementations]]
= Custom Implementations for Spring Data Repositories
= Custom Repository Implementations
Spring Data provides various options to create query methods with little coding.
But when those options don't fit your needs you can also provide your own custom implementation for repository methods.