@Autowired
+ObjectProvider<TestFeginClient> testFeginClient;
+diff --git a/reference/html/index.html b/reference/html/index.html index 73df0689..b88bed75 100644 --- a/reference/html/index.html +++ b/reference/html/index.html @@ -109,6 +109,11 @@ $(addBlockSwitches);
Depending on how you are using your Feign clients you may see initialization errors when starting your application.
+To work around this problem you can use an ObjectProvider when autowiring your client.
@Autowired
+ObjectProvider<TestFeginClient> testFeginClient;
+Depending on how you are using your Feign clients you may see initialization errors when starting your application.
+To work around this problem you can use an ObjectProvider when autowiring your client.
@Autowired
+ObjectProvider<TestFeginClient> testFeginClient;
+