ZPY博客

微服务调用报错Request processing failed; nested exception is org.springframework.web.client.HttpClientErrorException$NotFound: 404 null

微服务调用具体报错如下:

org.springframework.web.util.NestedServletException: Request processing failed; nested exception is org.springframework.web.client.HttpClientErrorException$NotFound: 404 null

原因是因为服务间内部调用时地址不正确。