遇到这个报错@getMapping not applicable to type,但是导入包的时候都正确。
来源:2-2 新建SpringBoot项目【标准SpringBoot项目目录结构】
weixin_慕先生4015487
2022-06-18
写回答
1回答
-
甲蛙
2022-06-20
@GetMapping注解是加在方法上,不是加在类名上
00
相似问题
遇到这个报错@getMapping not applicable to type,但是导入包的时候都正确。
来源:2-2 新建SpringBoot项目【标准SpringBoot项目目录结构】
weixin_慕先生4015487
2022-06-18
1回答
甲蛙
2022-06-20
@GetMapping注解是加在方法上,不是加在类名上
相似问题