Adding Swagger to Dropwizard application, need to provide instance of SwaggerBundleConfiguration?
问题 I'm super new to all of these frameworks so please try and bear with me here with what feels like should be a super simple thing. I'm trying to learn the process of integrating Swagger into an existing Dropwizard application to generate the API documentation, ideally using the Swagger UI interface so that it's interactive for people trying to use/learn it. Specifically, using this bundle: smoketurner/dropwizard-swagger Before trying to wrestle with the full sized project my employer wants it