1. new file 생성
src > resources > static 우클릭
new > File
2. index.html -> OK
간단한 코드 입력
<!DOCTYPE HTML>
<html>
<head>
<title>Hello, HiFive</title>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
</head>
<body>
HiFive Korea!
<a href="/hifive"> Hello </a>
</body>
</html>
'SPRING > Spring Boot' 카테고리의 다른 글
[회원관리 예제] Back-End Develop (0) | 2021.09.21 |
---|---|
[Gradle] Gralde 빌드(2) --> jar 실행 (0) | 2021.09.20 |
[Gradle] 윈도우 cmd 에서 Gradle 빌드 하기(1) (0) | 2021.09.14 |
HiFive 프로젝트 시작 (0) | 2021.09.14 |
spring boot - start! (0) | 2021.07.23 |