dropwizard-swagger-sample-app icon indicating copy to clipboard operation
dropwizard-swagger-sample-app copied to clipboard

Results 3 dropwizard-swagger-sample-app issues
Sort by recently updated
recently updated
newest added

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...