
[스프링 입문 - 코드로 배우는 스프링 부트, 웹 MVC, DB 접근 기술] Section 2. 스프링 웹 개발 기초
·
💻/Spring | SpringBoot
Section 2. 스프링 웹 개발 기초정적 컨텐츠static/hello-static.html 정적 컨텐츠 입니다-> localhost:8080/hello-static.html 웹 브라우저 - localhost:8080/hello-static.html -> [스프링 부트] 내장 톰켓 서버- 1 -> [스프링 컨테이너] hello-static 관련 컨트롤러 X- 2 -> resources: static/hello-static.html- hello-static.html -> 웹 브라우저 MVC와 템플릿 엔진MVC: Model, View, ControllerControllerpackage hello.hellospring.controller;import org.springframework.stereotyp..