Skip to content

cakraww/dropwizard-gradle

Repository files navigation

A minimal Dropwizard getting started project using Gradle. Use shadowJar plugin to create fat jars.

To create a fat jar:

./gradlew shadowJar

To run your application:

java -jar build/libs/dropwizard-gradle-1.0-SNAPSHOT-all.jar server hello-world.yml

To build and run your application:

./gradlew runServer

This command runs both first two commands above. There will be gradle output stuck at the bottom of the output and it is normal.

About

Dropwizard Getting Started Project using Gradle

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages