You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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"}
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)方法
The text was updated successfully, but these errors were encountered: