ZPY博客

微服务调用报错org springframework web client httpclienterrorexceptionbadrequest 400 null

---
title: "微服务调用报错org.springframework.web.client.HttpClientErrorException$BadRequest: 400 null"
date: 2019-11-12 08:02:54
categories: SpringCloud
tags:
- null
- 报错
- 400
- 微服务
- 调用
- BadRequest
---

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

org.springframework.web.client.HttpClientErrorException$BadRequest: 400 null

原因是因为调用时请求方式不对,比如服务A中调用服务B,服务A用get方式调用,但服务B是用post方式接收的。