Skip to content

AnthonyHonstain/dropwizard-simple-skeleton

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dropwizard-sample

A sample/skeleton to serve as a starting off point for a new dropwizard service.

Blog post walking through this setup - http://honstain.com/new-dropwizard-1-0-5-java-service/

Build and Run Locally

Building and running a basic dropwizard service as a JAR file. We will be using maven-jar-plugin and maven-shade-plugin to construct a jar file with our required dependencies.

mvn package
java -jar target/dropwizard-sample-0.0.1-SNAPSHOT.jar server hello-world.yml

About

A dropwizard 1.0.5 java service that uses maven to created a shaded jar. This is a good hello-world starting project to serve as a sample for a more complicated service.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages