Spring Boot
Response Body (@RestController):
When you use @RestController, it implies that the controller is intended to handle RESTful web services.
Methods in a @RestController return data directly, which is written to the HTTP response body. This data is ty...
harsehrawat.hashnode.dev3 min read