SpringBoot使用thymeleaf模板引擎引起的模板视图解析错误

Posted 帅气的娃哈哈

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了SpringBoot使用thymeleaf模板引擎引起的模板视图解析错误相关的知识,希望对你有一定的参考价值。

1 Whitelabel Error Page
2 This application has no explicit mapping for /error, so you are seeing this as a fallback.
3 
4 Thu Sep 19 16:54:45 CST 2019
5 There was an unexpected error (type=Internal Server Error, status=500).
6 An error happened during template parsing (template: "class path resource [templates/emp/list.html]")

template: “class path resource [templates/emp/list.html]”
模板解析过程中出错(模板:“类路径资源[templates/emp/list.html]”)

我一开始的想法就是错误的,这个问题和模板引擎本身毫无关系,回归原题,这个的错误是thymeleaf 引入公共代码片段出错了,导致连这个视图都不会解析出来

引入公共代码片段请参考这个链接:https://blog.csdn.net/qq_37638061/article/details/83276472

以上是关于SpringBoot使用thymeleaf模板引擎引起的模板视图解析错误的主要内容,如果未能解决你的问题,请参考以下文章

SpringBoot中web开发-thymeleaf模板引擎的使用

SpringBoot笔记(五)模板引擎thymeleaf和freemarker

Spring Boot Thymeleaf 模板引擎的使用

SpringBoot:2.SpringBoot整合Thymeleaf模板引擎渲染web视图

SpringBoot使用thymeleaf模板引擎

SpringBoot基础篇- 静态资源的访问及Thymeleaf模板引擎的使用