最近刚接触SpringBoot,出现的一些小问题比较多 新建了一个controller,使用注解的时候便出现了“@RestController”注解泛红 解决方法: 在pom.xml加入对web的依赖,如下: 并且导入import org.springframework.web.bind.annotation.RestController;即可