https://github.com/marcnuri-demo/spring-mongo-custom-repository
The tutorial illustrates how to define custom spring-data repository methods and their implementation for a book repository in MongoDB and how to write unit tests to check this custom implementation.
https://github.com/marcnuri-demo/spring-mongo-custom-repository
Last synced: 2 months ago
JSON representation
The tutorial illustrates how to define custom spring-data repository methods and their implementation for a book repository in MongoDB and how to write unit tests to check this custom implementation.
- Host: GitHub
- URL: https://github.com/marcnuri-demo/spring-mongo-custom-repository
- Owner: marcnuri-demo
- License: apache-2.0
- Created: 2018-02-27T05:47:51.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-08-15T05:48:43.000Z (almost 6 years ago)
- Last Synced: 2025-01-25T06:26:00.738Z (4 months ago)
- Language: Java
- Homepage: https://blog.marcnuri.com/spring-data-mongodb-custom-repository-implementation/
- Size: 97.7 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Spring Data MongoDB: Custom repository implementation
[](https://travis-ci.org/marcnuri-demo/spring-mongo-custom-repository)
Source code for the tutorial published in
https://blog.marcnuri.com/spring-data-mongodb-custom-repository-implementation/The tutorial illustrates how to define custom spring-data repository methods and their implementation for
a book repository in MongoDB and how to write unit tests to check this custom implementation.Please feel free to leave any comments or suggestions in the
[blog page](https://blog.marcnuri.com/spring-data-mongodb-custom-repository-implementation/).