Utilizing Swagger UI in Monolithic and Microservices Java Spring Projects
When we develop the RESTful API application, we need tools to test the API. There are some ways to do this. One is Postman, a client used to carry out HTTP requests to the API server. Another option is Swagger; it can not only be used to test your AP...
pengyu.hashnode.dev4 min read