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

Latest commit

 

History

History
25 lines (15 loc) · 369 Bytes

File metadata and controls

25 lines (15 loc) · 369 Bytes

Dropwizard-Guice Inflector Sample

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!