Browse Source

Sync docs from 2.2.x to gh-pages

gh-pages
buildmaster 5 years ago
parent
commit
6f473766b2
  1. 2
      2.2.x/reference/html/index.html
  2. 2
      2.2.x/reference/html/spring-cloud-openfeign.html

2
2.2.x/reference/html/index.html

@ -330,7 +330,7 @@ If none of them is in the classpath, the default feign client is used.</p> @@ -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>

2
2.2.x/reference/html/spring-cloud-openfeign.html

@ -330,7 +330,7 @@ If none of them is in the classpath, the default feign client is used.</p> @@ -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>

Loading…
Cancel
Save