[Thymeleaf] 에러 해결 org.thymeleaf.exceptions.TemplateInputException: An error happened during template parsing (template: "class path resource [templates/index.html]")
·
트러블슈팅
목차⚠️ 에러 메세지📝 문제 상황✅ 원인 및 해결책원인 1: layout:decorate="~{layouts/mainLayout}" 가 가리키는 템플릿을 못 찾음원인 2: index.html에서 layout:decorate 경로 잘못씀해결책 2: decorate="~{fragments/layouts/mainLayout}"⚠️ 에러 메세지2025-11-05T13:59:00.111+09:00 ERROR 39894 --- [ch2] [nio-8080-exec-1] org.thymeleaf.TemplateEngine : [THYMELEAF][http-nio-8080-exec-1] Exception processing template "index": An error happened duri..