This is a simple test project I use to show some Morphia features.
- 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.
Inside the base folder (where the build.gradle
file is located) run the following command to get started:
gradle test