and two Eureka client apps.
both clients are registered to the eureka server successfully.
but when I want to post something from client(1) to client(2), I will receive 404 null. why?
org.springframework.web.client.HttpClientErrorException$NotFound: 404 null
I'm using the below restTemplate in client(1):
@Bean
@LoadBalanced
public RestTemplate restTemplate(){
return new RestTemplate();
}
what is the problem?
Im a SE dev but I know that 404 not found is a clear error. Not found in that path. try re configuring your server
Обсуждают сегодня