您好,我正在使用springmvc项目,我希望能够执行此注释@EnableSpringConfigured像这样在我的一门课的顶部@Configuration@EnableSpringConfigured我的pom.xml中应该有什么Maven依赖项才能执行此导入:importorg.springframework.context.annotation.aspectj.EnableSpringConfigured;我的spring版本是4.0.6.RELEASE 最佳答案 这就是我添加依赖项的方式,它起作用了org.springfr