topjavatutorial.com
How to integrate Swagger 2 with Spring Boot - TopJavaTutorial
In this article, we will see how to integrate Swagger 2 with Spring Boot to generate a simple api documentation. What is Swagger ? Swagger is set of open source tools that helps with creating documentation for your REST services. Lets start with creating a Spring Tool Web application. You can refer the following article …
TopJavaTutorial