Develop Spring Boot REST API with Open API 3.0
In this blog post we are going to explore how to develop REST API in Spring Boot framework based on the Open API 3.0 specification. When you develop your REST API, unless you document it, it is not possible to know about available API, request and response format of API. One way to overcome this…