springboot引入thymeleaf时出现Cannot resolve MVC View ‘test‘

Posted Rose✿留白ق೨

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了springboot引入thymeleaf时出现Cannot resolve MVC View ‘test‘相关的知识,希望对你有一定的参考价值。

解决方法:
1.加入依赖

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

2.重新加载
问题解决:

以上是关于springboot引入thymeleaf时出现Cannot resolve MVC View ‘test‘的主要内容,如果未能解决你的问题,请参考以下文章

尝试使用 Thymeleaf 加载 HTML 文件时出现 Spring Boot 404

2021-8-17springboot引入网关路由时出现spring-cloud-starter-gateway出错

使用 Spring + Thymeleaf 时出现 java.lang.***Error

SpringBoot引入并使用Thymeleaf

springboot thymeleaf引入css和js必须添加th吗

Thymeleaf中使用markdown时出现markdown加载不进来的问题?