Simple example showing how to use the inflector with dropwizard and guice for DI.
Build with
mvn clean install
Run with
java -jar ./target/inflector-dropwizard-guice-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!