dropwizard-swagger-sample-app
dropwizard-swagger-sample-app copied to clipboard
dropwizard-swagger-sample-app
This sample DropWizard application demonstrates the use of the dropwizard-swagger project
How to run it (from your IDE)
Run the main method in the class SampleApplication.java using the following arguments: "server src/main/resources/sample-config.yaml"
How to run it (command line)
-
cd
into the project's directory -
mvn clean package
-
java -jar target/dropwizard-swagger-sample-app-1.0-SNAPSHOT.jar server src/main/resources/sample-config.yaml
- Open your browser and hit http://localhost:9999/swagger