Project
Spring Boot
이름 설정
Java
Dependencies
GENERATE 클릭
GENERATE 버튼을 클릭하면 zip 파일이 하나 다운로드 된다.
그 파일은 압축해제 후 원하는 경로에 이동 시킨뒤 intellij로 해당 프로젝트를 연다.
Open 클릭 해서 압축풀었던 폴더 선택
프로젝트 열기 완료
<!DOCTYPE HTML>
<html>
<head>
<title>Hello</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
</head>
<body>
Hello
<a href="/hello">hello</a>
</body>
</html>
작성 후 프로젝트 실행을 하면
localhost:8080 에서 뜨는 것을 확인 할 수 있다.