BackEnd/Spring & Springboot Study

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

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>
정적 컨텐츠 입니다.
</body>
</html>

 

실행

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

 

서버에서 가공없이 파일을 그대로 제공하는 것