关于在Spring项目中使用thymeleaf报Exception parsing document错误

Posted kangzhipeng

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了关于在Spring项目中使用thymeleaf报Exception parsing document错误相关的知识,希望对你有一定的参考价值。

  今天在使用SpringBoot的过程中,SpringBoot版本为1.5.18.RELEASE,访问thymeleaf引擎的html页面报错Exception parsing document:

  技术分享图片

这是thymeleaf版本过低的问题。在pom.xml的properties节点中加入

技术分享图片

这样,页面访问正常了。

以上是关于关于在Spring项目中使用thymeleaf报Exception parsing document错误的主要内容,如果未能解决你的问题,请参考以下文章

在 spring mvc 中使用 thymeleaf 引用 .css 文件

在spring boot 项目中使用thymeleaf模板

Intellij idea thymeleaf 在 spring boot 项目中完成

在spring boot 项目中使用thymeleaf模板;小案例

springboot+thymeleaf简单使用

如何将布局方言添加到spring-boot thymeleaf自动配置文件