java: 无法访问org.springframework.web.bind.annotation.RequestMapping
一、报错问题
java: 无法访问org.springframework.web.bind.annotation.RequestMapping
二、原因分析
SpringBoot使用了3.0或者3.0以上,因为Spring官方发布从Spring6以及SprinBoot3.0开始最低支持JDK17。所以仅需要将SpringBoot版本降低为3.0以下即可(或者将JDK版本升级为17及以上)。
三、解决方案
降低SpringBoot版本