An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

        

# Spring Data MongoDB: Custom repository implementation

[![Build Status](https://travis-ci.org/marcnuri-demo/spring-mongo-custom-repository.svg?branch=master)](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/).