@RequestMapping
In Spring boot we have different types of annotation , annotation means meta data which have some specific meaning @RequestMapping annotation do specific work if you have 2 to 3 method in a controller then you are hitting the common r...