Caused by: org.springframework.beans . factory.NoSuchBeanDefinitionException : No qualifying bean of type [ com.xxx.LanguageRecognizeService ] found for dependency [ com.xxxxxx.LanguageRecognizeService ]: expected at least 1 bean which qualifies as autowire candidate for this dependency. Dependency annotations: {@ org.springframework.beans . factory.annotation.Autowired (required=true)}
In general, this kind of error is that the definition of bean is not found and the XML file is not imported.
Another kind of error is no class found. There is an XML file, but the jar package is not loaded to classpath. POM has no dependency, or conflicts, or depends on a lower version.
Read More:
- shiro Error org.springframework.beans.factory.NoSuchBeanDefinitionException: No qualifying bean of type
- Caused by: org.springframework.beans.factory.NoSuchBeanDefinitionException
- Caused by: org.springframework.beans.factory.beancreationexception: error creating be
- org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name
- org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name ‘use
- org.springframework.beans.factory.BeanCreationException: Error creating bean with name ‘serviceImpl‘
- Error in project operation org.springframework.beans . factory.BeanCreationException : error creating bean with name can be configured by
- Spring configuration error: org.springframework.beans . factory.BeanCreationException : Error creating bean with name ‘m
- org.springframework.beans.factory.UnsatisfiedDependencyException
- appear org.springframework.beans . factory.BeanCreationException Causes and solutions of abnormal
- No qualifying bean of type ‘javax.sql.DataSource‘ available: expected at least 1
- Org.springframework.beans.factory.xml.xmlbeandefinitionstoreexception: the wildcard matching is comprehensive, but the declaration of element XX: XX XX cannot be found
- Unable to read Scheme Document ‘ http://www.springframework.org/schema/beans/spring-beans-4.1.xsd ‘ [How to Fix]
- Error creating bean with name ‘org.springframework.security.oauth2.config.annotation.web.configurati
- Error creating bean with name ‘feignTargeter‘ defined in class path resource [org/springframework/cl
- Image file upload error org.springframework.beans .ConversionNotSupportedException
- Caused by: org.apache.ibatis.builder.BuilderException: Error resolving class. Cause: org.apache.ibat
- org.springframework.dao.InvalidDataAccessApiUsageException: Bean object must not be null; nested exc
- Caused by: java.lang.IllegalStateException: Ambiguou There is already ‘XXXXXXController‘ bean method