mvc配置时出现错误
报出的错:
org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name ‘indexController’: Unsatisfied dependency expressed through field ‘perssonDao’; nested exception is org.springframework.beans.factory.NoSuchBeanDefinitionException: No qualifying bean of type ‘com.hdax.dao.PerssonDao’ available: expected at least 1 bean which qualifies as autowire candidate. Dependency annotations: {@org.springframework.beans.factory.annotation.Autowired(required=true)}
翻译成中文为