Java/Spring

[스프링 웹 개발 기초] 정적 컨텐츠

코딩공부 2021. 3. 24. 01:56

resources/static/hello-static.html

<!DOCTYPE HTML>
<html>
<head>
 <title>static content</title>
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
</head>
<body>
정적 컨텐츠 입니다. .. c
</body>
</html>

 

  • 실행

http://localhost:8080/hello-static.html

 

 

 

 

1) 먼저 controller에 hello-static과 관련된것이 있는지 먼저 탐색

2) 탐색결과가 없을경우 정적 컨첸트에있는 파일을 검색 

 

실행결과 crome 개발자 모드