정적콘텐츠

 

공식 문서

Spring Boot Feature

 

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

 

 

 

 

 

출처: https://www.inflearn.com/course/%EC%8A%A4%ED%94%84%EB%A7%81-%EC%9E%85%EB%AC%B8-%EC%8A%A4%ED%94%84%EB%A7%81%EB%B6%80%ED%8A%B8

 

+ Recent posts