org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'inspectController': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: private com.jianla.elimes.pcweb.biz.InspectService com.jianla.elimes.pcweb.action.InspectController.inspectService; nested exception is org.springframework.beans.factory.NoSuchBeanDefinitionException: No matching bean of type [com.jianla.elimes.pcweb.biz.InspectService] 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)}
发现自己
<context-param>的param-name重复了
在value这里可以用分号隔开