인프런 커뮤니티 질문&답변
작성자 없음
작성자 정보가 삭제된 글입니다.
localhost:8080/template/layout 호출시 Whitelabel Error가 뜹니다.
작성
·
206
답변 1
0
동일한 에러가 발생했는데 해결하여 답변 남겨드립니다.layoutMain.html 파일의 <head> tag 내에 경로를 아래와 같이 수정해보세요.
<head th:replace="template/layout/basic :: common_header(~{::title},~{::link})">





(base.html)
(layoutMain.html)
(에러화면)
왜 오류가 뜨는지 잘 모르겠습니다