Cannot find template location: classpath:/templates/ (please add some templates, check your Thymeleaf configuration, or set spring.thymeleaf.check-template-location=false)
→ 말 그대로, static에 index.html만 만들고 실행해서 그런 것이다. 이것은 그냥 무시해도 된다. 그저, 세팅에서 annotation에서 enable을 선택했는지만 체크하면 된다. → templates 에 파일이 인식 못한다는 뜻 → 파일이 없어서 그런거임.