Error creating bean with name ‘studentController’: Unsatisfied dependency expressed through field ‘studentInfoService’; nested exception is org.springframework.beans.factory.NoSuchBeanDefinitionException: No qualifying bean of type ‘com.hgcbys.service.StudentInfoService’ available: expected at least 1 bean which qualifies as autowire candidate.
注意:一定要先看Controller或者Service中是否配置了@Controller或者@Service!!!!!!!!!