1. localhost:8080
이렇게 포트번호 까지만 쳤을 때 위의 에러가 뜬다면
spring boot는 기본 포트번호를 쳤을 때 static > index.html을 들고온다.
해당 파일이 없어서 나는 에러
index.html 예시
<!DOCTYPE html>
<html lang="">
<head>
<meta charset="utf-8">
</head>
<body>
Hello
</body>
</html>
2. spring security 사용