The RequestParam annotation is used when we want to read web request parameters in our controller class. In other words, the front end is sending us some parameters (from a filled form for example) with keys. Use case Suppose we had a form which purpose was to add an employee to the database. Each employee would have:…
Continue reading