I\'m trying to use Feign client. Below is my feing client:
import com.eprogrammerz.examples.domain.Movie; import org.springframework.cloud.netflix.feign.Feig
Without eureka, in client app, if you dont have application.yml rather application.properties file, then you can set the property as below before the client app restart :
currency-exchange-service.ribbon.listOfServers : http://localhost:8000,http://localhost:8001