Close verbatim block properly (#146)
Add missing backtick after RestTemplate in order to not have this blocker huger as intended.
This commit is contained in:
committed by
Spencer Gibb
parent
63e4e3b8d6
commit
373ef85079
@@ -376,7 +376,7 @@ name.
|
||||
=== Multiple RestTemplate objects
|
||||
|
||||
If you want a `RestTemplate` that is not load balanced, create a `RestTemplate`
|
||||
bean and inject it as normal. To access the load balanced `RestTemplate use
|
||||
bean and inject it as normal. To access the load balanced `RestTemplate` use
|
||||
the `@LoadBalanced` qualifier when you create your `@Bean`.
|
||||
|
||||
IMPORTANT: Notice the `@Primary` annotation on the plain `RestTemplate` declaration in the example below, to disambiguate the unqualified `@Autowired` injection.
|
||||
|
||||
Reference in New Issue
Block a user