정적콘텐츠
공식 문서
resoureces/static/**
resources/static/hello-static.html
hello-static.html
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Title</title>
</head>
<body>
<p> 정적 컨텐츠</p>
</body>
</html>
실행 => http://localhost:8080/hello.static.html
'SpringBoot' 카테고리의 다른 글
[SpringBoot] 웹 MVC & thymeleaf (0) | 2021.01.13 |
---|---|
[SpringBoot] 스프링 부트 스타터에서 프로젝트 생성하기 (0) | 2020.12.29 |
Springboot - 시큐리티(security 의존성 설정,taglib) (0) | 2020.12.25 |
Springboot - 전통적인 방식의 로그인 (0) | 2020.12.25 |
Springboot -JSTL (의존성 설정) (0) | 2020.12.25 |