From f65d6782375c20cd4b8b90c103ecfe398625741e Mon Sep 17 00:00:00 2001 From: Kamil Kot Date: Fri, 23 Jun 2017 13:19:55 +0200 Subject: [PATCH] #282 - Fixes typo in README.md. Replaced MongoDB with the intended Spring Data JPA. Original pull request: #281. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7c38f524..83559cdd 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ We have separate folders for the samples of individual modules: * `interceptors` - Example of how to enrich the repositories with AOP. * `security` - Example of how to integrate Spring Data JPA Repositories with Spring Security. * `multiple-datasources` - Examples of how to use Spring Data JPA with multiple `DataSource`s. -* `query-by-example` - Example project showing usage of Query by Example with MongoDB. +* `query-by-example` - Example project showing usage of Query by Example with Spring Data JPA. ## Spring Data MongoDB