问题:idea中对@RestController报错:Cannot Resolve Symbol RestController
idea中自动不全就直接没有RestController
在配置文件中需要加入对spring-boot-starter-web的依赖:
<dependency>
<groupId></groupId>
<artifactId>spring-boot-starter-web</artifactId>
</dependency>