xeraa / morphia-demo

Morphia (MongoDB) demo project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Morphia Demo

Build Status

This is a simple test project I use to show some Morphia features.

Requirements

  • JDK 7+
  • Gradle

You can either use a standalone MongoDB server on localhost:27017 or if that is not available, the test code will start an embedded MongoDB process.

Getting started

Inside the base folder (where the build.gradle file is located) run the following command to get started:

gradle test

About

Morphia (MongoDB) demo project

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Java 100.0%