SpringBoot项目提示:Cannot resolve symbol

一个低级错误……

在pom.xml中添加依赖:

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



OK!