ZPY博客

微服务调用报错request processing failed nested exception is org springframework web client httpclienterrorexceptionnotfound 404 null

---
title: "微服务调用报错Request processing failed; nested exception is org.springframework.web.client.HttpClientErrorException$NotFound: 404 null"
date: 2019-11-11 15:58:13
categories: SpringCloud
tags:
- null
- 报错
- HttpClientErrorException
- 微服务
- 调用
- NotFound
- 404
---

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

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

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