Skip to content

kunimitaiyoh/sample-dropwizard

Repository files navigation

Dropwizard Sample Application

Build Status codecov

Running

Run on local JVM

when run the service on your local JVM, set program argument as:

server config.develop.yaml

second, execute:

docker-compose up --build

then run com.example.sample.SampleApplication class.

Run with Docker Compose

when run the application with Docker Compose, execute:

docker-compose -f docker-compose.test.yaml up --build

Database Migration manually

docker-compose -f docker-compose.test.yaml build
docker-compose -f docker-compose.test.yaml run rest bash
java -jar target/sample.jar db migrate config.test.yaml

For more information about migration, see Dropwizard Migrations.

About

sample application with Dropwizard.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published