Skip to content

akankshasaxena/dropwizard-swagger-sample-app

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • Java 100.0%