/mongo-spring-mvc-skeleton

This is a skeleton of a Java/Spring Tomcat application using mongoDB

Primary LanguageJavaGNU General Public License v2.0GPL-2.0

mongo-spring-mvc-skeleton Build Status

This is a skeleton of a Java/Spring Tomcat application using mongoDB, far from being complete it just demonstrates the basic concpets and DAO implementations.

Inspiration was taken from the following online guides and tutorials:


Please Note: You must copy the WebContent/WEB-INF/mongo.default.properties file to WebContent/WEB-INF/mongo.properties and configure the MongoDB connection parameters there.