You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/src/main/asciidoc/spring-cloud-commons.adoc
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -376,7 +376,7 @@ name.
376
376
=== Multiple RestTemplate objects
377
377
378
378
If you want a `RestTemplate` that is not load balanced, create a `RestTemplate`
379
-
bean and inject it as normal. To access the load balanced `RestTemplate use
379
+
bean and inject it as normal. To access the load balanced `RestTemplate` use
380
380
the `@LoadBalanced` qualifier when you create your `@Bean`.
381
381
382
382
IMPORTANT: Notice the `@Primary` annotation on the plain `RestTemplate` declaration in the example below, to disambiguate the unqualified `@Autowired` injection.
0 commit comments