Springboot中thymeleaf使⽤th:include时遇到的问题
Caused by: ptions.TemplateInputException: Error resolving template “header”, template might not exist or might not be accessible by any of the configured Template Resolvers (template: “/index.html” - line 46, col 10)
我的header.html与index.html是放在同⼀个⽬录下的。
错误根源:
<div th:replace="header::header"></div>
解决:thyme
<div th:replace="/header::header"></div>
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系QQ:729038198,我们将在24小时内删除。
发表评论