카테고리 없음
Thymeleaf 오류(Exception processing template "")
StrrayNight
2023. 11. 10. 11:13
반응형
오류명 : THYMELEAF][http-nio-8080-exec-1] Exception processing template "managerHome": Error resolving template [managerHome], template might not exist or might not be accessible by any of the configured Template Resolvers
왜 이런일이 벌어지나 했더니 . . .
application.properties 에 이렇게 설정 해놓고
spring.thymeleaf.prefix=classpath:/templates
실제 파일경로는 이렇게 짜두어서 html 폴더를 못찾아 갔더랬다 . . .
spring.thymeleaf.prefix=classpath:/templates/html/
혹시 저와 같은 에러가 뜨시는 분 계시면 경로 확인 해보세요~
열공하세요~!!
반응형