用idea开发springboot项目,提示Cannot resolve symbol 'RequestMapping'
Posted lkldeblog
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了用idea开发springboot项目,提示Cannot resolve symbol 'RequestMapping'相关的知识,希望对你有一定的参考价值。
问题描述:在开发controller类时,提示Cannot resolve symbol ‘RequestMapping‘,
明明已经在pom文件中引入了springboot对web的支持:spring-boot-starter-web
但是@RequestMapping飘红了,
解决方法:把光标放到@RequestMapping后面,alt+回车,选择add spring-boot-start-web to classpath
以上是关于用idea开发springboot项目,提示Cannot resolve symbol 'RequestMapping'的主要内容,如果未能解决你的问题,请参考以下文章
idea创建SpringBoot项目不识别application.properties内容以及报错提示