spring-mongo-demo icon indicating copy to clipboard operation
spring-mongo-demo copied to clipboard

This is a small demo project Using MongoDB and Spring Data

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