1.์ ์ ์ปจํ ์ธ ๋?
ํ์ผ,html์ ์ ํ ๋ด์ฉ์ ๊ทธ๋๋ก ์น์ ๋ฐํ ํ๋ ๊ฒ.
//resource์ static์ hello-static.html์ด๋ผ๋ ํ์ผ์ ๋ง๋ ๋ค. ๋ฐ์ ํด๋น ํ์ผ์ ๋ด์ฉ
<!DOCTYPE HTML>
<html>
<head>
<title>static content</title>
<meta http-equiv="Content-Type" content ="text/html; charset=X-UTF-8" />
</head>
<body>
์ ์ ์ปจํ
์ธ ์
๋๋ค.
</body>
</html>
2. ์๋์๋ฆฌ
1) ์น ๋ธ๋ผ์ฐ์ ๊ฐ localhost8080/hello_static.html GET(์กฐํ) ์์ฒญ
2) ๋ด์ฅ ์น ์๋ฒ์ธ tomcat์ด ํด๋น ์์ฒญ ๋ฐ์์ springboot์ ์ ๋ฌ
3) ์คํ๋ง๋ถํธ๋ ํด๋น ๋ด์ฉ๊ณผ ๋์(mapping ๋๋)ํ๋ ์ปจํธ๋กค๋ฌ๊ฐ ์๋์ง ์ดํด๋ด.
4) ์์ผ๋ฉด resource/static์ ๋ค์ด๊ฐ ํด๋น hello_static.html์ด๋ผ๋ ํ์ผ์ด ์๋ ์ดํด๋ด
5) ์๋ค๋ ๊ฑธ ํ์ธ ๊ทธ๋๋ก ์น์ ๋ฐํ (๋ฐ๋ก ๋ณํ ๊ณผ์ ์ ๊ฑฐ์น์ง ์๋๋ค.)
3. ์ธ์ด ๊ฑฐ ํ์ธ
์ ์ ์ปจํ ์ธ ์ ์๋์๋ฆฌ๋ ์ด๋ป๊ฒ ๋๋๊ฐ?
0