In the :
Basic Explanation of the Spring Framework @Annotations
Why are these @Annotations nessesary, and how are they used
This semester you will be using the following annotations
- @Controller
- @GetMapping("/")
- @PostMapping("/")
Later
- @Repository
- @Autowired
@RequestParam("id") int id
@ModelAttribute Course course