问题描述:在开发controller类时,提示Cannot resolve symbol 'RequestMapping',

明明已经在pom文件中引入了springboot对web的支持:spring-boot-starter-web

但是@RequestMapping飘红了,

解决方法:把光标放到@RequestMapping后面,alt+回车,选择add spring-boot-start-web to classpath?

其实import这个包就好了呀!

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

Logo

为开发者提供学习成长、分享交流、生态实践、资源工具等服务,帮助开发者快速成长。

更多推荐