Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 539 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 539 Bytes

Commons Repository MongoDB

badge-version

Introduction

This Maven module contains Spring Data REST utility classes for working with MongoDB repositories.

Usage

Include the following in the dependencies section of the Maven POM of the Maven module you want to use the classes in:

<dependency>
    <groupId>nl.agility.commons</groupId>
    <artifactId>commons-repository-mongodb</artifactId>
    <version>1.0.0-SNAPSHOT</version>
</dependency>