Sync docs from 2.1.x to gh-pages
This commit is contained in:
@@ -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> </td><td width="20%" align="center"> </td><td width="40%" align="right"> </td></tr><tr><td width="40%" align="left" valign="top"> </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"> </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 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 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<TestFeginClient> 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> </td><td width="20%" align="center"> </td><td width="40%" align="right"> </td></tr><tr><td width="40%" align="left" valign="top"> </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"> </td></tr></table></div></body></html>
|
||||
Reference in New Issue
Block a user