Difference between PathVariable and RequestParam In Spring Boot
Introduction
@PathVariable and @RequestParam are annotations in Spring MVC, these are used to capture the dynamic data which client send to our RESTful web service via a request URI.
@PathVariable captures values from URI path itself like below
http:...
shivaprasadgurram.hashnode.dev2 min read