IntelliJ IDEA 新建spring boot 找不到@RestController 、@RequestMapping

缺少添加依赖。

1.在pom.xml 配置

<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-web</artifactId>
</dependency>
import change 添加以上依赖之后 ,重新添加

2,如果方法1 还没有解决,可以手动导包

import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.RestController;

IntelliJ IDEA 新建spring boot 找不到@RestController 、@RequestMapping

上一篇:python_java_go_c++_js_输出“[[0,4],[0,3,4],[0,1,3,4],[0,1,2,3,4],[0,1,4]]”形式的数据


下一篇:算法题解----leetcode.826.安排工作以达到最大收益