How can I set the Scan and BasePath of the swagger configuration in the initialize method on my application, as its not present in your build. Should I add those two variables in my SwaggerBuilderConfiguration class. I think it might not be able to set.
In order for the Swagger to operate properly, you must set the base path of the application.
In order for Swagger to actually produce the documentation, you must setScan(true).
How can I set the Scan and BasePath of the swagger configuration in the initialize method on my application, as its not present in your build. Should I add those two variables in my SwaggerBuilderConfiguration class. I think it might not be able to set.
In order for the Swagger to operate properly, you must set the base path of the application.
In order for Swagger to actually produce the documentation, you must setScan(true).