Skip to content

Commit f65d678

Browse files
KotMeowodrotbohm
authored andcommitted
#282 - Fixes typo in README.md.
Replaced MongoDB with the intended Spring Data JPA. Original pull request: #281.
1 parent a0754b7 commit f65d678

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ We have separate folders for the samples of individual modules:
1414
* `interceptors` - Example of how to enrich the repositories with AOP.
1515
* `security` - Example of how to integrate Spring Data JPA Repositories with Spring Security.
1616
* `multiple-datasources` - Examples of how to use Spring Data JPA with multiple `DataSource`s.
17-
* `query-by-example` - Example project showing usage of Query by Example with MongoDB.
17+
* `query-by-example` - Example project showing usage of Query by Example with Spring Data JPA.
1818

1919
## Spring Data MongoDB
2020

0 commit comments

Comments
 (0)