Vikas VermaIntroduction
In this short article we shall see how to configure swagger with spring webflux project. We create a project on spring initializer and then shall configure swagger.
Dependencies
Create a project on the spring boot initializer page with dependency as ‘webflux’ and language as ‘java’
In order to work swagger with kotlin you need to add the following repositories in you pom.xml file.
Since the swagger dependencyis available in another repository you need to add that repository as well in you ‘pom.