#282 - Fixes typo in README.md.

Replaced MongoDB with the intended Spring Data JPA.

Original pull request: #281.
This commit is contained in:
Kamil Kot
2017-06-23 13:19:55 +02:00
committed by Oliver Gierke
parent a0754b7ce6
commit f65d678237

View File

@@ -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