정적 컨텐츠 입니다. "> 정적 컨텐츠 입니다. "> 정적 컨텐츠 입니다. ">

Web

static에 대한 설명

main > resources > static > hello-static,html 파일 생성

main > 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>

정적 컨텐츠 생성 완료
hello-spring.html 을 똑같이 쳐주면 된다.

정적 컨텐츠 생성 완료 hello-spring.html 을 똑같이 쳐주면 된다.

페이지 우클릭 > 페이지 소스 확인하기
작성했던 html 코드와 똑같다는 것을 확인할 수 있음

페이지 우클릭 > 페이지 소스 확인하기 작성했던 html 코드와 똑같다는 것을 확인할 수 있음

Untitled