logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.

Cannot find template location: classpath:/templates/ (please add some templates, check your Thymeleaf configuration, or set spring.thymeleaf.check-template-location=false)

→ 이유를 모르겠음. 일단, 코드상에 문제는 없었음 → html 파일 문제가 아니라 컨트롤러나 자바 쪽 코드에 문제가 있는듯. → 해결함. (주석 처리 되어있던 부분이 문제였음 → 정적으로는 문제 없었는데, 동적으로 만들다 보니 문제가 생겼었음 → 자동완성 기능을 사용해서 ERR가 발생했던거임. 주의하기)