springboot使用thymeleaf模板问题

Posted 整理是一切的开始

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了springboot使用thymeleaf模板问题相关的知识,希望对你有一定的参考价值。

返回


org.thymeleaf.exceptions.TemplateInputException: Error resolving template [/implementsfun/index]

 

看了以下依赖在

        <!--thymeleaf依赖-->
        <dependency>
            <groupId>org.springframework.boot</groupId>
            <artifactId>spring-boot-starter-thymeleaf</artifactId>
        </dependency>

 

最后找到在thymeleaf配置文件

批量改后缀时删除了

spring.thymeleaf.suffix=.html

导致的

 

更新后

正常

以上是关于springboot使用thymeleaf模板问题的主要内容,如果未能解决你的问题,请参考以下文章

SpringBoot使用thymeleaf模板

springboot中使用thymeleaf模板引擎

在 Thymeleaf 模板中显示 Springboot 验证结果

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

SpringBoot 之Thymeleaf模板

SpringBoot页面展示Thymeleaf