as known if a service have some nodes, we can set the url of the FeignClient to call the certain node。 now i want set the url dynamically in the class FeignClientsRegistrar.java through the contents of bootstrap.yml
and i set it successed and the feignClient call the method through the url i setted,
but it have an error : not found (404) why is this ?
Comment From: shog808
the error 404 is my fault