Home > Spring > πŸƒ[Spring] 정적 컨텐츠.

πŸƒ[Spring] 정적 컨텐츠.
Spring Framework

πŸƒ[Spring] 정적 컨텐츠.

'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

정적 컨텐츠 이미지