修改的一个项目,但是启动服务器的时候,会报错2011-05-20 14:22:35,062 ERROR [main] DispatcherServlet.initServletBean(314) | Context initialization failed
org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'exerciseServiceImpl': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: private com.gpcsoft.srplatform.auth.dao.ExerciseDao com.gpcsoft.srplatform.auth.service.impl.ExerciseServiceImpl.exerciseDao; nested exception is org.springframework.beans.factory.NoSuchBeanDefinitionException: No matching bean of type [com.gpcsoft.srplatform.auth.dao.ExerciseDao] found for dependency: expected at least 1 bean which qualifies as autowire candidate for this dependency. Dependency annotations: {@org.springframework.beans.factory.annotation.Autowired(required=true), @org.springframework.beans.factory.annotation.Qualifier(value=ExerciseDaoJDBC)}
at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessPropertyValues(AutowiredAnnotationBeanPostProcessor.java:286)这是什么错误啊,看的我迷迷糊糊的