stefanof95
stefanof95
I have the same issue with spring-cloud-starter-openfeign. org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'appRunner' defined in class path resource [com/example/restservice/AppRunner.class]: Unsatisfied dependency expressed through constructor parameter 0; nested exception is...
Thank you for your help. It works with the following HInts: @Configuration @NativeHint(trigger = FeignConfiguration.class, types = { @TypeHint(types = WebServiceClient.class), @TypeHint(types = FeignClient.class), @TypeHint(typeNames = "org.springframework.cloud.openfeign.FeignClientSpecification"), @TypeHint(types = FeignClientsConfiguration.class)...