Swagger 2 dependency in Spring Boot
Hi folks, hope i found you well in these tough time. In this particular blog i am going to implement Swagger 2 into a spring boot web application. Table of content What is swagger? Implementing a spring boot API using swagger. Swagger has a vast set of tools for APIs development. Swagger is a tool to achieve the following Develop APIs Interact with APIs Document APIs The third one i.e. documenting APIs given swagger a lots of popularity. It is an excellent tool to document APIs. The most popular tool to do the same using something called swagger UI. In this blog we are focusing on the third one. We are going to implement a spring boot APIs and it's documentation using swagger UI. But there are some of the questions that should be answered before diving in deeper. Why we need a tools to documenting an API? The answer to above question is pretty much simpler, when some one build an API and some other user is going to consume that particular API, then consumer need to know all the en