2024-06-12
This commit is contained in:
19
Writerside/topics/Controller.md
Normal file
19
Writerside/topics/Controller.md
Normal file
@@ -0,0 +1,19 @@
|
||||
# Controller
|
||||
|
||||
## URI 맵핑
|
||||
|
||||
* @Controller
|
||||
* @RestController
|
||||
* @RequestMapping
|
||||
* @GetMapping
|
||||
* @PostMapping
|
||||
* @PutMapping
|
||||
* @DeleteMapping
|
||||
|
||||
|
||||
## 매개변수
|
||||
|
||||
* @PathVariable
|
||||
* @RequestParam
|
||||
* @RequestBody
|
||||
|
||||
Reference in New Issue
Block a user