解析出错
来源:5-18 -Thymeleaf实战-前台编码-02
15rjgcw
2018-11-19
Error resolving fragment: “~{‘fragments/footer’ :: footer}”: template or fragment could not be resolved (template: “users/list” - line 10, col 6)
5回答
-
好的,采纳答案,关闭下问题。
00 -
15rjgcw
提问者
2018-11-20
我解决了,在head.html和List.html中fragment单词拼错了,真是细节决定成败
00 -
15rjgcw
提问者
2018-11-20
<!DOCTYPE html>
<html xmlns:th="http://www.thymeleaf.org"
xmlns:layout="http://www.ultraq.net.nz/thymeleaf/layout">
<head>
<meta charset="UTF-8">
<title>Thymeleaf in action</title>
</head>
<body>
<div th:replace="~{fragments/header :: header}"></div>
<div th:replace="~{fragments/footer :: footer}"></div>
</body>
</html>
00 -
15rjgcw
提问者
2018-11-20
org.thymeleaf.exceptions.TemplateInputException: Error resolving fragment: "~{'fragments/header' :: header}": template or fragment could not be resolved (template: "users/list" - line 9, col 6)
00 -
15rjgcw
提问者
2018-11-20
我看遍了其他人的问题,也没有找到解决方法
00
基于Spring Boot技术栈博客系统企业级前后端实战
1296 学习 · 738 问题
相似问题