Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/jreijn/spring-mongo-demo

This is a small demo project Using MongoDB and Spring Data
https://github.com/jreijn/spring-mongo-demo

Last synced: about 1 month ago
JSON representation

This is a small demo project Using MongoDB and Spring Data

Awesome Lists containing this project

README

        

This is a small demo project using Spring Data and MongoDB.

To be able to use this demo application start your MongoDB instance.

For a MongoDB guide see http://www.mongodb.org/display/DOCS/Quickstart

Your MongoDB instance should be listening on the default port.

From the commandline run:

$ mvn clean package
$ mvn exec:java