SpringBoot+Thyemleaf报错Template might not exist or might not be accessible

Posted ma-zhuo

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了SpringBoot+Thyemleaf报错Template might not exist or might not be accessible相关的知识,希望对你有一定的参考价值。

第一次搭建SpringBoot+Thyemleaf项目,就遇见这个错误,所以记录一下

出现这个错误大致从以下几个方面排除

1、application.yml的配置问题

技术图片

2、pom.xml导入,需导入以下依赖

<dependency>
    <groupId>org.springframework.boot</groupId> 
    <artifactId>spring-boot-starter-thymeleaf</artifactId>
</dependency>
<dependency>
    <groupId>org.thymeleaf</groupId>
    <artifactId>thymeleaf-spring5</artifactId>
    <version>3.0.9.RELEASE</version>
</dependency>
<dependency>
    <groupId>net.sourceforge.nekohtml</groupId>
    <artifactId>nekohtml</artifactId>
    <version>1.9.22</version>
</dependency>

3、上述配置之后,执行maven clean -------maven install。

以上是关于SpringBoot+Thyemleaf报错Template might not exist or might not be accessible的主要内容,如果未能解决你的问题,请参考以下文章

thyemleaf:禁用JS缓存

python保存excel报错:PermissionError: [Errno 13] Permission denied: ‘xxx.xlsx‘

python保存excel报错:PermissionError: [Errno 13] Permission denied: ‘xxx.xlsx‘

python保存excel报错:PermissionError: [Errno 13] Permission denied: ‘xxx.xlsx‘

springboot报错,springboot注解

springboot在创建项目的时候报错了。