@ -293,11 +293,22 @@ Patterns such as service discovery, load balancing and circuit breakers lend the
=== Spring RestTemplate as a Load Balancer Client
=== Spring RestTemplate as a Load Balancer Client
You can use Ribbon indirectly via an autoconfigured `RestTemplate`
`RestTemplate` can be automatically configured to use ribbon. To create a load balanced `RestTemplate` create a `RestTemplate` `@Bean` and use the `@LoadBalanced` qualifier.
when RestTemplate is on the classpath and a `LoadBalancerClient` bean is defined):
WARNING: A `RestTemplate` bean is no longer created via auto configuration. It must be created by individual applications.