Mapping a URL request in Spring Boot : @RequestMapping
@RestController
To start let’s make a Controller , Spring gives a specific controller i.e. @RestController to ensure that all methods within it , returns a REST enabled response. It automatically marshalls and unmarshal incoming JSON/XML request to J...
kumarpallav.dev5 min read