Login
Remember
Register
Ask a Question
To create load balanced Resttemplate which annotation should be added to it?
0
votes
asked
Jun 18, 2022
in
Eureka
by
Robin
To create load balanced Resttemplate which annotation should be added to it?
Select the correct option from below
a) @RibbonClient
b) @LoadBalanced
c) @FeignClient
d) @EnableRibbon
eureka
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Jun 18, 2022
by
Robin
b) @LoadBalanced
...