FeignClient报错:decompiled.class file,bytecode

问题描述:
FeignClient报错:decompiled.class file,bytecode
Caused by: org.springframework.beans.factory.NoSuchBeanDefinitionException: No qualifying bean of type ‘com.yss.ta.organization.feign.OrganizationFeignClient’ available: expected at least 1 bean which qualifies as autowire candidate. Dependency annotations: {@org.springframework.beans.factory.annotation.Autowired(required=true)}
at org.springframework.beans.factory.support.DefaultListableBeanFactory.raiseNoMatchingBeanFound(DefaultListableBeanFactory.java:1644)
at org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:1203)
at org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:1164)
at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.inject(AutowiredAnnotationBeanPostProcessor.java:593)
… 24 common frames omitted
Disconnected from the target VM, address: ‘127.0.0.1:0’, transport: ‘socket’

提示二:
FeignClient报错:decompiled.class file,bytecode

提示三:
FeignClient报错:decompiled.class file,bytecode

解决方式:
原来是引入的jar包缺少注入
FeignClient报错:decompiled.class file,bytecode