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:
Andreas Schöneck
2017-01-10 00:12:48 +01:00
committed by Spencer Gibb
parent 63e4e3b8d6
commit 373ef85079

View File

@@ -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.