Sync docs from 2.1.x to gh-pages

This commit is contained in:
buildmaster
2020-01-29 15:58:50 +00:00
parent 1f7657e3ed
commit b8e77279d2
4 changed files with 18 additions and 4 deletions

View File

@@ -216,4 +216,6 @@ is used to annotate a POJO or Map parameter as a query parameter map.</p><p>For
<xslthl:annotation xmlns:xslthl="http://xslthl.sourceforge.net/">@GetMapping(path = "/demo")</xslthl:annotation>
String demoEndpoint(<xslthl:annotation xmlns:xslthl="http://xslthl.sourceforge.net/">@SpringQueryMap</xslthl:annotation> Params params);
}</pre></div></div><div class="navfooter"><hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="multi_pr01.html">Prev</a>&nbsp;</td><td width="20%" align="center">&nbsp;</td><td width="40%" align="right">&nbsp;</td></tr><tr><td width="40%" align="left" valign="top">&nbsp;</td><td width="20%" align="center"><a accesskey="h" href="multi_spring-cloud-openfeign.html">Home</a></td><td width="40%" align="right" valign="top">&nbsp;</td></tr></table></div></body></html>
}</pre></div><div class="section"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="_troubleshooting" href="#_troubleshooting"></a>1.11&nbsp;Troubleshooting</h2></div></div></div><div class="section"><div class="titlepage"><div><div><h3 class="title"><a name="_early_initialization_errors" href="#_early_initialization_errors"></a>1.11.1&nbsp;Early Initialization Errors</h3></div></div></div><p>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 <code class="literal">ObjectProvider</code> when autowiring your client.</p><pre class="programlisting"><xslthl:annotation xmlns:xslthl="http://xslthl.sourceforge.net/">@Autowired</xslthl:annotation>
ObjectProvider&lt;TestFeginClient&gt; testFeginClient;</pre></div></div></div><div class="navfooter"><hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="multi_pr01.html">Prev</a>&nbsp;</td><td width="20%" align="center">&nbsp;</td><td width="40%" align="right">&nbsp;</td></tr><tr><td width="40%" align="left" valign="top">&nbsp;</td><td width="20%" align="center"><a accesskey="h" href="multi_spring-cloud-openfeign.html">Home</a></td><td width="40%" align="right" valign="top">&nbsp;</td></tr></table></div></body></html>