Fallbackfactory error report solution

vengeance nested exception is java.lang.IllegalStateException: No
fallbackFactory instance of type class xxx.xx.xxx.fallback.XxxFallback found for feign client

The solution is:

@Component adds this notion:

Read More: