无法在Spring AOP方面自动装配Spring Bean

时间:2015-02-20 15:05:57

标签: spring spring-aop spring-aspects

我创建了一个新的Aspect并且没有加载自动装配的bean

@Aspect
@Component
public class LoggingAspect {

private static final Logger logger = LoggerFactory.getLogger(LoggingAspect.class);

@Autowired
private EmployeeService employeeService;

@Autowired
private EmployeeDAO  employeeDAO;

}

未加载自动装配的bean并仅显示为null。

春季版

    <org.springframework-version>4.0.6.RELEASE</org.springframework-version>

0 个答案:

没有答案