-
Notifications
You must be signed in to change notification settings - Fork 3
DropWizard
Erik Pragt edited this page Jul 14, 2013
·
7 revisions
Dropwizard is a Java framework for developing ops-friendly, high-performance, RESTful web services.
Currently, there are two ways to build the DropWizard support:
- From a jar
- With gradle run
./gradlew epub-organizer-dropwizard:jar
java -jar epub-organizer-dropwizard/build/libs/epub-organizer-dropwizard-1.0.jar server epub-organizer-dropwizard/src/main/resources/hello-world.yml
./gradlew epub-organizer-dropwizard:run
Both approaches will start the internal webserver at port 8080
, and you can access the page at http://localhost:8080/hello-world?name=Test
./gradlew epub-organizer-dropwizard:distZip
- Creates a distributable zip