Jo-wonbin / SpringBootPracticeProject

0 stars 0 forks source link

ThymeLeaf 오류 #7

Open Jo-wonbin opened 8 months ago

Jo-wonbin commented 8 months ago

ERROR 19936 --- [nio-8080-exec-1] org.thymeleaf.TemplateEngine : [THYMELEAF][http-nio-8080-exec-1] Exception processing template "detail": An error happened during template parsing (template: "class path resource [templates/detail.html]")

Jo-wonbin commented 8 months ago

thymeleaf는 서버에서 HTML을 동적으로 렌더링할 수 있게 해주는 라이브러리이다.

또 다른 문제 원인

  1. th:each 문 문법 오류
  2. 오타, 변수 리스트 잘못 설정
  3. th:if 문법을 잘못 사용
  4. 아직 구현하지도 않은 것을 미리 집어 넣었을 때

위와 같은 경우 문제가 발생한다고 한다.