겉바속촉
컨트롤러-뷰 작동원리 본문
728x90
반응형
1. 웹브라우저 -> 내장 톰캣서버에 요청
localhost:8088/hello
2. 스프링컨테이너 동작
<컨트롤러>
리턴값으로 문자 반환하면 viewResolver가 화면을 찾아서 처리
- 스프링 부트 템플릿엔진 뷰 매핑
- resources:templates/ + {ViewName} + .html
728x90
반응형
'IT 일기 (상반기) > SPRING 기초' 카테고리의 다른 글
MVC와 템플릿 엔진 (0) | 2022.11.02 |
---|---|
정적 컨텐츠 이미지 로드되는 과정 (0) | 2022.11.02 |
Action : Identify and stop the process that's listening on port 8080 or configure this application to listen on another port (0) | 2022.11.02 |
Intellij 실행 : finished with non-zero exit value 1 error (0) | 2022.11.02 |
[SPRING] SOLID (0) | 2021.03.13 |