swagger-play
swagger-play copied to clipboard
Fix documentation for compile time dependency injection
SwaggerApplicationLoader went away
Hello, where do you add this code? val swaggerPlugin = new SwaggerPluginImpl(lifecycle, router, app) // Can't be lazy because of PlayApiScanner initialization side effect +lazy val apiHelpController = new ApiHelpController(components, configuration)
I assume you have a class like MyComponents in this guide. You would put those lines inside that class.