Been_DevStep
Mapping -> Controller와 Acntion 본문
https://localhost:8080/ (HomeController) / (Index)
->기본
https://localhost:8080/user
->user라는 Action (HomeController이 생략)
https://localhost:8080/user/
->user Controller (Index Action이 생략)
'공부 > SpringBoot' 카테고리의 다른 글
| SpringBoot 빈칸일 경우 경고메세지 (0) | 2022.10.30 |
|---|---|
| SpringBoot MemoController - page (0) | 2022.10.30 |
| SpringBoot Memo Delete (0) | 2022.10.27 |
| Service (0) | 2022.10.26 |
| 타임리프 (Thymeleaf) (0) | 2022.10.25 |
Comments