天天看点

SpringBoot项目提示:Cannot resolve symbol 'RestController'

SpringBoot项目提示:Cannot resolve symbol 'RestController'

一个低级错误……

在pom.xml中添加依赖:

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

OK!