error
-
에러 기록 : 타임리프 구문해석 오류에러기록 2023. 12. 10. 00:02
2023-07-29T01:35:43.125+09:00 ERROR 1 --- [nio-8080-exec-2] org.thymeleaf.TemplateEngine : [THYMELEAF][http-nio-8080-exec-2] Exception processing template "seller/store/index": An error happened during template parsing (template: "class path resource [templates/seller/store/index.html]") 로컬에서 테스트 했을때는 에러가 안났는데 서버에서 실행하니 에러가 난다 왤까? 검색해보니 index.html 파일을 해석하던중에 에러가 나는 것이라고 한다. 하지만 로컬에서는 실행이 잘 된 부분인..