News

PathVariable vs RequestParam Example. Contribute to fullstackjavadeveloperpune/Pathvariablevsrequestparam development by creating an account on GitHub.
@pathvariable:sometimes we need to pass parameters along with the url to get the data. in spring mvc framework, we can customize the url in order to get data. for this purpose @pathvariable annotation ...