当我尝试访问主页时,出现以下错误
org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean: No qualifying bean of type 'net.codejava.spring.repository.UserRepository' available: expected at leastDependency annotations: {@org.springframework.beans.fact
我需要在下面的Runnable Thread中访问Spring (featureService和uxService),但我正在获取applicationContext的null值,因此我无法在Runnable中获取Spring。我想知道是否可以在runnable中访问springbeans?如果没有,请给我一个替代的方法。我使用的是Spring 4.0.6和Java 8public class UserMenuUpdateTask implements Runnable, Ser