Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/xeraa/morphia-demo
Morphia (MongoDB) demo project
https://github.com/xeraa/morphia-demo
java mongodb morphia
Last synced: 8 days 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 (about 10 years ago)
- Default Branch: master
- Last Pushed: 2015-09-04T07:49:05.000Z (about 9 years ago)
- Last Synced: 2024-10-31T07:51:25.840Z (15 days ago)
- Topics: java, mongodb, morphia
- Language: Java
- Size: 255 KB
- Stars: 19
- Watchers: 5
- Forks: 5
- Open Issues: 1
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
# Morphia Demo
[![Build Status](https://travis-ci.org/xeraa/morphia-demo.png?branch=master)](https://travis-ci.org/xeraa/morphia-demo)
This is a simple test project I use to show some Morphia features.
## Requirements
* JDK 7+
* GradleYou 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