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)方法
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)方法