Skip to content

StudentsAdministration/03_spring_framework_elements_explained

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

#3 Spring Framework Elements Explained

Where is the public static void main(String[] args) {}  

In the :

@Annotations

Basic Explanation of the Spring Framework @Annotations

TODO: Write explanation

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

Model

  @RequestParam("id") int id
  
  @ModelAttribute Course course

About

Basic Explanation of the Spring Framework elements like @annotations etc.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published