in dev environment, how to assign url for feign client in application.yaml

like old version case:

-Dservice-user.ribbon.listOfServers=http://server-user.dev.test.com

Comment From: cbezmen

Hi @farsunset,

You can change to -Dspring.cloud.discovery.client.simple.instances.yourServiceName[0].uri=http://server-user.dev.test.com

Please check the documentation.

Comment From: farsunset

Thank you!

Comment From: farsunset

That is helpful answer