Skip to content
This repository has been archived by the owner on Nov 26, 2017. It is now read-only.

roboll/dropwizard-daemon-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Dropwizard Daemon

Example app demonstrating dropwizard-daemon.

Usage

Build

mvn package -Pdist

This generates a distribution package under target/{project-name}-{project-version}-dist.tar.gz.

Running

cd target
tar zxf *.tar.gz
cd {project-name}-{project-version}

Start

bin/dropwizard-daemon-example start

Stop

bin/dropwizard-daemon-example stop

About

[abandoned]

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages