SpringCloud Feign 要取到 header,只能使用 feign.Response 接才能得到 header 里面的值
Optional<String> authorization = response.headers().get("Authorization").stream().findFirst();
SpringCloud Feign 要取到 header,只能使用 feign.Response 接才能得到 header 里面的值
Optional<String> authorization = response.headers().get("Authorization").stream().findFirst();
本文标题:SpringCloud Feign 要取到 header
本文链接:https://www.haomeiwen.com/subject/doolsktx.html
网友评论