摘要:
@RequestPart :看源码备注: Annotation that can be used to associate the part of a "multipart/form-data" request * with a method argument. * * <p>Supported m 阅读全文
摘要:
前几天同事使用feign调API的时候报错: java.lang.UnsupportedOperationException at java.util.Collections$UnmodifiableCollection.add(Collections.java:1055) at org.sprin 阅读全文
摘要:
今天调用第三方的接口时候遇到一个错误: Invalid character found in the request target.The valid characters are defined in RFC 7230 and RFC3986 原因是传递的参数里有一些特殊字符,比如{ }等,而 R 阅读全文