웹/Spring
[Spring]_Whitelabel Error Page
Ellie67
2021. 4. 30. 14:35
org.thymeleaf.exceptions.TemplateInputException: An error happened during template parsing (template: "class path resource [templates/index.html]")
오류를 읽어보니까 템플릿 파싱이 안되는 것 같았다.
오타가 있는 것 같아서 찾아보니 오타가 있었다..
www.thymeleaf.org/doc/tutorials/3.0/usingthymeleaf.html
Tutorial: Using Thymeleaf
1 Introducing Thymeleaf 1.1 What is Thymeleaf? Thymeleaf is a modern server-side Java template engine for both web and standalone environments, capable of processing HTML, XML, JavaScript, CSS and even plain text. The main goal of Thymeleaf is to provide a
www.thymeleaf.org
타임리프 공식 문서에 있는 th문이다.
: : 사이가 떨어져 있다고 봐서 코드 칠 때 띄어 썼는게 그게 오류였다.
공식문서를 봐도 오타를 내다니ㅋㅋㅋㅋ