我在spring项目中有一个类,其中包含带有@Autowire
批注的@Lazy
bean。
在运行时,使用junit测试类时遇到错误。
org.springframework.beans.factory.NoSuchBeanDefinitionException: No qualifying bean of type
Dependency annotations: {@org.springframework.beans.factory.annotation.Autowired(required=true), @org.springframework.context.annotation.Lazy(value=true)}