Notice
Recent Posts
Recent Comments
Link
«   2025/01   »
1 2 3 4
5 6 7 8 9 10 11
12 13 14 15 16 17 18
19 20 21 22 23 24 25
26 27 28 29 30 31
Tags
more
Archives
Today
Total
관리 메뉴

Been_DevStep

Mapping -> Controller와 Acntion 본문

공부/SpringBoot

Mapping -> Controller와 Acntion

JChBeen 2022. 10. 25. 12:04

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