JAVA/프로젝트

Spring 정적 컨텐츠

whyHbr 2023. 7. 28. 17:41
728x90
반응형

resource - static -

hello-static 생성

<!DOCTYPE HTML>
<html>
<head>

    <title> static content </title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
</head>
<body>
정적 콘텐츠
</body>
</html>

localhost:8080/hello-static.html

여기에는 프로그래밍을 할 수 없다.

 

728x90

'JAVA > 프로젝트' 카테고리의 다른 글

Spring Boot: 게시판 설계, ERD Diagram, DB 연동  (0) 2024.04.26
Spring - MVC와 템플릿 엔진  (0) 2023.07.28
Spring- View 환경설정  (0) 2023.07.28
intellij - 초기 세팅  (0) 2023.07.27
Inetllij : 초기 세팅  (0) 2023.07.27