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)
해결
basic/items 잘 안열림 (내코드) → 타임리프 적용이 잘 안된듯 함 . → Cannot resolve 'items’
→ 이유를 모르겠음. 일단, 코드상에 문제는 없었음 → html 파일 문제가 아니라 컨트롤러나 자바 쪽 코드에 문제가 있는듯. → 해결함. (주석 처리 되어있던 부분이 문제였음 → 정적으로는 문제 없었는데, 동적으로 만들다 보니 문제가 생겼었음 → 자동완성 기능을 사용해서 ERR가 발생했던거임. 주의하기)
문제였던 code 수정해서 해결
상품 상세페이지에서 수량이 확인되지 않았었음