Skip to content

mainstreethub/dropwizard-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Demo Dropwizard Application

A boilerplate dropwizard application that includes:

  • dagger2 dependency injection
  • JDBI dao's
  • flyway database migration

Getting Started

git clone git@github.com:mainstreethub/dropwizard-demo.git
cd dropwizard-demo
mvn clean package
mysql -uroot -e 'create database dwdemo'
mysql -uroot -e "grant all on dwdemo.* to 'dwdemo'@'localhost' identified by 'foobar'"
java -jar application/target/application*.jar server config.yaml

About

Demo of some techniques for using Dropwizard

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages