
How to configure swagger in Spring Boot Application?
Swagger is a tool which is used to develop APIs, interact with APIs, document APIs and test APIs. The main application of swagger is to document and test the APIs. Now the question is why we need to document APIs? So when you develop an API, you need to provide some information(end-points, response codes, request-response Continue Reading »