撒科打诨
使用@Autowired注解 那你的xml里面有没有配置注解扫描路径?你使用注解注入,你得告诉spring去哪里扫描你的注解吧???就算你不配置扫描路径,至少得加上<context:annotation-config/>吧>如果你想使用Autowired注解又不想加上上面的那个配置,那么最起码你也要把这个加上吧?<bean class="org.springframework.beans.factory.annotation. AutowiredAnnotationBeanPostProcessor "/>