关于“ Autowired.class 类文件具有错误的版本 61.0, 应为 52.0 请删除该文件或确保该文件位于正确的类路径子目录中“ 的解决办法

问题:java: 无法访问org.springframework.beans.factory.annotation.Autowired
错误的类文件: /C:/Users/Administrator/.m2/repository/org/springframework/spring-beans/6.0.3/spring-beans-6.0.3.jar!/org/springframework/beans/factory/annotation/Autowired.class
类文件具有错误的版本 61.0, 应为 52.0
请删除该文件或确保该文件位于正确的类路径子目录中。

在这里插入图片描述

解决办法:Springboot降级处理

在这里插入图片描述

然后就好啦

在这里插入图片描述

在这里插入图片描述