【Exception】Check your ViewResolver setup!

版权声明:本文为【丶我们一起学猫叫】原创文章,允许转载,但转载必须注明出处并附带首发链接! https://blog.csdn.net/AV_woaijava/article/details/89336059

案发现场:
在这里插入图片描述
解决方案:

在pom文件中添加模板引擎依赖

<!--thymeleaf 模板引擎-->
<dependency>
	<groupId>org.springframework.boot</groupId>
	<artifactId>spring-boot-starter-thymeleaf</artifactId>
</dependency>

猜你喜欢

转载自blog.csdn.net/AV_woaijava/article/details/89336059