#282 - Fixes typo in README.md.
Replaced MongoDB with the intended Spring Data JPA. Original pull request: #281.
This commit is contained in:
@@ -14,7 +14,7 @@ We have separate folders for the samples of individual modules:
|
|||||||
* `interceptors` - Example of how to enrich the repositories with AOP.
|
* `interceptors` - Example of how to enrich the repositories with AOP.
|
||||||
* `security` - Example of how to integrate Spring Data JPA Repositories with Spring Security.
|
* `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.
|
* `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
|
## Spring Data MongoDB
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user