我的成长磨练,每天写博客,年轻人,卷起袖子,来把手弄脏吧! ------ 博客首页

springboot报 org.thymeleaf.exceptions.TemplateInputException: Error resolving template "succeed";

1.原因

  在使用springboot的过程中,如果使用thymeleaf作为模板文件,则要求HTML格式必须为严格的html5格式,必须有结束标签,否则会报错

2.解决方式

  在application.yml中添加以下配置:

    spring.thymeleaf.content-type: text/html 

    spring.thymeleaf.cache: false 

    spring.thymeleaf.mode: LEGACYHTML5

  添加如下依赖:    

  <dependency>

     groupId>net.sourceforge.nekohtml</groupId> 

    artifactId>nekohtml</artifactId>

     <version>1.9.22</version> 

  </dependency>

posted @ 2020-08-01 11:22  Loginout  阅读(147)  评论(0编辑  收藏  举报

web应用开发&研究 - 创建于 2014年8月17日

这是一位web前端开发工程师的个人站,内容主要是网站开发方面的技术文章,大部分来自学习或工作,部分来源于网络,希望对大家有所帮助。

致力于web应用开发&研究工作,专注web前端开发,关注互联网前沿技术与趋势。


Font Awesome | Respond.js | Bootstrap中文网