Skip to content

junh-liang/DropwizardTodo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dropwizard Todo Rest Service

Getting started

Start the application by running:

mvn clean package -DskipTests

If you want to automatically spin up a MongoDB for testing, use the following command:

mvn clean package -DskipTests -DembeddedMongo

Run test with Maven:

mvn test

Configuration

By editing ./configuration.yml, you can change the storage backend. By setting option storage to memory, an in-memory storage will be used; By setting storage to mongodb, a MongoDB instance will be used, with its endpoint specified in the following fields:

  • mongohost
  • mongoport
  • mongodb

About

Todo App for Dropwizard

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages