Spring MVC - @RequestParam Examples
@RequestParam using 'value' element
@RequestParam element 'value' is used to specify URL query param name. Following handler method will map with the request /employees?dept=IT :
Read full article from Spring MVC - @RequestParam Examples
No comments:
Post a Comment