/spring-mongo-demo

This is a small demo project Using MongoDB and Spring Data

Primary LanguageJava

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