字段补充完以后运行没有报错,我把老版本的代码复制进来以后报错
org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'ufoCustomerInformationController': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: private com.ufo.ufocrm.service.UfoCustomerInformationServiceI com.ufo.ufocrm.controller.UfoCustomerInformationController.ufoCustomerInformationService; nested exception is org.springframework.beans.factory.NoSuchBeanDefinitionException: No qualifying bean of type [com.ufo.ufocrm.service.UfoCustomerInformationServiceI] 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)}