๐๐ปโ๏ธ ๊ธฐ๋ณธํ๋ จ/Spring
[Thymeleaf] ํ ํ๋ฆฟ ์์น
hades1
2024. 7. 29. 15:42
๐จ ์๋ฌ
Caused by: org.attoparser.ParseException: Error resolving template [fragments/header], template might not exist or might not be accessible by any of the configured Template Resolvers (template: "home" - line 3, col 7)
Caused by: org.thymeleaf.exceptions.TemplateInputException: Error resolving template [fragments/header], template might not exist or might not be accessible by any of the configured Template Resolvers (template: "home" - line 3, col 7)
๐ ๋ถ์
fragments/header์ ์ ๊ทผํ ์ ์๋ค๊ณ ํ๋ค. Thymeleaf๊ฐ ํ ํ๋ฆฟ์ ์ฐพ์ ๋๋ templates ์ดํ์์ ์ฐพ๋๋ค. ์ค์๋ก ๋ค๋ฅธ ๊ณณ์ ๋์ด์ ๋ฌธ์ ๊ฐ ๋ฐ์ํ๋ค.
๐ ํด๊ฒฐ
fragments๋ฅผ templates ์์ ๋ฃ๋๋ค.