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

  • A+
所属分类:SpringCloud

---
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方式接收的。

ZPY

发表评论

:?: :razz: :sad: :evil: :!: :smile: :oops: :grin: :eek: :shock: :???: :cool: :lol: :mad: :twisted: :roll: :wink: :idea: :arrow: :neutral: :cry: :mrgreen: