Sync docs from 2.2.x to gh-pages

This commit is contained in:
buildmaster
2020-06-04 12:55:39 +00:00
parent 1f810ee84a
commit 6f473766b2
2 changed files with 2 additions and 2 deletions

View File

@@ -330,7 +330,7 @@ If none of them is in the classpath, the default feign client is used.</p>
<i class="fa icon-note" title="Note"></i>
</td>
<td class="content">
<code>spring-cloud-starter-openfeign</code> contains both <code>spring-cloud-starter-netflix-ribbon</code> and <code>spring-cloud-starter-loadbalancer</code>.
<code>spring-cloud-starter-openfeign</code> supports both <code>spring-cloud-starter-netflix-ribbon</code> and <code>spring-cloud-starter-loadbalancer</code>. However, as they are optional dependencies, you need to make sure the one you want to use has been added to your project.
</td>
</tr>
</table>