SpringCloudBook icon indicating copy to clipboard operation
SpringCloudBook copied to clipboard

208页调用helloConsumer3方法报错

Open jerusalem1982 opened this issue 6 years ago • 0 comments

feign.FeignException: status 405 reading RefactorHelloService#hello(User); content: {"timestamp":1556303315208,"status":405,"error":"Method Not Allowed","exception":"org.springframework.web.HttpRequestMethodNotSupportedException","message":"Request method 'POST' not supported","path":"/refactor/hello6"}

https://www.cnblogs.com/dennyzhangdd/p/7978454.html feign-httpclient只能用9.1.0 重写org.apache.http.entity.ContentType的valid(final String s)方法

jerusalem1982 avatar Apr 26 '19 18:04 jerusalem1982