This sample DropWizard application demonstrates the use of the dropwizard-swagger project
Run the main method in the class SampleApplication.java using the following arguments: "server src/main/resources/sample-config.yaml"
cd
into the project's directorymvn 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