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_第1张图片

提示三:
FeignClient报错:decompiled.class file,bytecode_第2张图片

解决方式:
原来是引入的jar包缺少注入
FeignClient报错:decompiled.class file,bytecode_第3张图片

你可能感兴趣的:(FeignClient报错:decompiled.class file,bytecode)