关于#maven#的问题:java: 无法访问org.springframework.stereotype.Repository错误的类文件:

java: 无法访问org.springframework.stereotype.Repository错误的类文件:

/D:/maven/apache-maven-3.5.2/repository/org/springframework/spring-context/6.0.7/spring-context-6.0.7.jar!/org/springframework/stereotype/Repository.class
类文件具有错误的版本 61.0, 应为 52.0
请删除该文件或确保该文件位于正确的类路径子目录中。

这是因为SpringBoot使用了3.0或者3.0以上,只需将SpringBoot版本降低为3.0以下即可。

img

Springboot 3.0 需要jdk 为17+,你这里应该用的是52 所以需要将Springboot 降为2.*