码迷,mamicode.com
首页 > 编程语言 > 详细

SpringBoot使用thymeleaf和layui时遇到的问题

时间:2020-03-03 13:01:35      阅读:144      评论:0      收藏:0      [点我收藏+]

标签:表达   遇到的问题   not   nbsp   express   不同   erro   line   temp   

在使用thymeleaf时报错
An error happened during template parsing (template: "class path resource [templates/mainPage/main.html]" - line 134, col 168)
我最后找了 很久发现报错的那一行有个HTML结束标签不对,改好之后页面就可以正常显示了。

每个人报的错误都可能不同,仔细看一下报错的内容和具体行数。




thymeleaf+layui加载页面渲染时TemplateProcessingException: Could not parse as expression: "
org.attoparser.ParseException: Could not parse as expression
也就是把cols后的[[ ]]变为

[

    [

    ]

]

因为[[…]]之间的表达式在thymeleaf被认为是内联表达式,所以渲染错误

SpringBoot使用thymeleaf和layui时遇到的问题

标签:表达   遇到的问题   not   nbsp   express   不同   erro   line   temp   

原文地址:https://www.cnblogs.com/lhd1998/p/12401483.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!