dropwizard-swagger-sample-app
dropwizard-swagger-sample-app copied to clipboard
I'm using @Auth with Dropwizard but Swagger UI doesn't work ``` @Path("/auth") @POST public String auth(@Auth UserPrincipal userPrincipal) ``` How do we document this code above with Swagger?
Tried: java -jar target\dropwizard-swagger-1.1.1-2-SNAPSHOT.jar server src\main\resources\sample-config.yaml Result: no main manifest attribute, in target\dropwizard-swagger-1.1.1-2-SNAPSHOT.jar
Hi Federico Recio, first of all thank you very much for the GREAT module "dropwizard-swagger"! I like your module very much! Keep the good work! I have extended dropwizard-swagger-sample-app and...