返回


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

导致的

 

更新后

正常