Including Swagger in you Spring Boot project
Including Swagger in you Spring Boot project We all would have come across APIs which are communicating interfaces between two systems. Two famous API formats are SOAP (Simple Object Access Protocol) based APIs have WSDL (Web Services Description Language) format which is an XML based language for describing Web Services. REST (Representational State Transfer) architecture based APIs or so called RESTful web services by default do not have any description language. It is quite cumbersome for the developers to create and maintain API documentation for these. It becomes even more difficult and engaging when API specs changes frequently or over time.