How to Integrate Swagger 2 with Spring Boot 2 RESTful API in 2 Simple Steps
In the previous article we have implemented a Spring Boot REST CRUD API. Now we are gonna generate REST API Documentation using Swagger 2 for those RESTful services in 2 simple steps.…