겉바속촉
정적 컨텐츠 이미지 로드되는 과정 본문
728x90
반응형
1. 웹브라우저 -> 내장 톰캣서버에 요청
localhost:8088/hello-static.html
2. 스프링 부트 역할
hello-static 관련 컨트롤러 있는지 먼저 1차적으로 찾아봄
근데 없음
resources: static/hello-static.html을 2차적으로 찾아봄
728x90
반응형
'IT 일기 (상반기) > SPRING 기초' 카테고리의 다른 글
API (2) | 2022.11.02 |
---|---|
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 |