天天看點

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!