2024-06-12

This commit is contained in:
2024-06-12 13:11:58 +09:00
parent d2bb77ca33
commit a75a1dbd0f
31 changed files with 263 additions and 7 deletions

View File

@@ -0,0 +1,19 @@
# Controller
## URI 맵핑
* @Controller
* @RestController
* @RequestMapping
* @GetMapping
* @PostMapping
* @PutMapping
* @DeleteMapping
## 매개변수
* @PathVariable
* @RequestParam
* @RequestBody