问题描述:在开发controller类时,提示Cannot resolve symbol 'RequestMapping',
明明已经在pom文件中引入了springboot对web的支持:spring-boot-starter-web
但是@RequestMapping飘红了,
解决方法:把光标放到@RequestMapping后面,alt+回车,选择add spring-boot-start-web to classpath
问题描述:在开发controller类时,提示Cannot resolve symbol 'RequestMapping',
明明已经在pom文件中引入了springboot对web的支持:spring-boot-starter-web
但是@RequestMapping飘红了,
解决方法:把光标放到@RequestMapping后面,alt+回车,选择add spring-boot-start-web to classpath
本站转载的文章为个人学习借鉴使用,本站对版权不负任何法律责任。如果侵犯了您的隐私权益,请联系本站邮箱yoyou2525@163.com删除。