Skip to content

fernandoacorreia/dropwizard-swagger

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dropwizard integration with Wordnik Swagger
-------------------------------------------

To use it you need to:

* use SwaggerResource as base class for your resources
* add annotations to describe your resources as documented here:
  http://swagger.wordnik.com/spec
* put addBundle(new SwaggerBundle()) in your service constructor 

The JS client should be available at http://localhost:8080/swagger-ui/index.html

Licensed under the Apache License version 2.0

About

Integrate Dropwizard with Wordnik Swagger for documentation

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 86.0%
  • Java 14.0%