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
서버에서 가공없이 파일을 그대로 제공하는 것
'BackEnd > Spring & Springboot Study' 카테고리의 다른 글
예제로 배우는 스프링 프레임워크 입문 (0) | 2021.11.23 |
---|---|
[스프링 웹 개발 기초] - 06. 정적 컨텐츠 (0) | 2021.04.09 |
[프로젝트 환경설정] 04. 빌드하고 실행하기 (0) | 2021.04.09 |
[프로젝트 환경설정] 03. View 환경설정 (0) | 2021.04.09 |
[프로젝트 환경설정] 02. 라이브러리 살펴보기 (0) | 2021.03.31 |