Feign Request header is too large

Feign remote call data is too large error
Look abnormal prompt speculation Feign when requesting other services, there is a data header, resulting in excessive data error
MultiValueMap<String, String> param = new LinkedMultiValueMap<>();
param.add("key", object);
 
Using the above manner pass / value pick the perfect solution

Guess you like

Origin www.cnblogs.com/gqymy/p/12068203.html