大佬求助啊 spring运行时报错 Could not initialize class org.springframework.beans.CachedIntrospectionResults

图片说明图片说明

由于在两处,都使用了,获取ioc容器,获取对象的操作,运行就会怎样。

解决:删除一处的类,就测试一个bean对象的创建

解决了吗?咋弄

CachedIntrospectionResults类是spring-beans组件下的,在pom.xml文件下加上如下配置

<dependency>
    <groupId>org.springframework</groupId>
    <artifactId>spring-beans</artifactId>
    <version>5.0.2.RELEASE</version>
</dependency>