https://github.com/xeraa/morphia-demo
Morphia (MongoDB) demo project
https://github.com/xeraa/morphia-demo
java mongodb morphia
Last synced: 8 months ago
JSON representation
Morphia (MongoDB) demo project
- Host: GitHub
- URL: https://github.com/xeraa/morphia-demo
- Owner: xeraa
- License: bsd-3-clause
- Created: 2014-11-06T00:53:11.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-09-04T07:49:05.000Z (almost 11 years ago)
- Last Synced: 2025-08-01T00:12:05.201Z (11 months ago)
- Topics: java, mongodb, morphia
- Language: Java
- Size: 255 KB
- Stars: 20
- Watchers: 5
- Forks: 5
- Open Issues: 1
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
# Morphia Demo
[](https://travis-ci.org/xeraa/morphia-demo)
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