공부/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이 생략)