Skip to content
This repository was archived by the owner on Oct 30, 2023. It is now read-only.

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

Dropwizard Inflector Sample

Simple example showing how to use the inflector with dropwizard.

Build with

mvn clean install 

Run with

java -jar ./target/inflector-dropwizard-sample-1.0.0-SNAPSHOT.jar server server.yml

You can get to the swagger file at:

http://localhost:8080/v2/swagger.json

Have fun!