Cannot resolve MVC View
在搭建springboot项目时报错:Cannot resolve MVC View "index"
那是因为在pom中缺少依赖
<dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-thymeleaf</artifactId> </dependency>
结果:
你为什么不努力。。
在搭建springboot项目时报错:Cannot resolve MVC View "index"
那是因为在pom中缺少依赖
<dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-thymeleaf</artifactId> </dependency>
结果: