【发布时间】:2020-06-16 14:42:20
【问题描述】:
我们有时启动项目失败,当然大多数时候启动成功。失败时报错:
[AbstractApplicationContext.java] refresh : 487 -- Exception encountered during context initialization - cancelling refresh attempt
org.springframework.beans.factory.BeanCurrentlyInCreationException:
Error creating bean with name 'ITsysDesktopConfig':
Requested bean is currently in creation:
Is there an unresolvable circular reference?
我确定没有循环引用。
使用的是Spring版本4.1.1.RELEASE,我使用的是Spring XML文件,项目中没有注解
当我使用更高配置的电脑时,发生错误的可能性较小。
【问题讨论】:
标签: spring