My goal is to create a strategy of different steps to get from a point-to-point communication between 2 components to a \"full blown netflix\" style of communication using e
This can be done like this:
@FeignClient(name="fd-mobileapi-service",url="${fdmobile.ribbon.listOfServers}")
Where fdmobile.ribbon.listOfServers : value is a property in application.properties.
fdmobile.ribbon.listOfServers : value
application.properties
I have tested it and it is working.