摘要:
RestTemplate spring 提供了二种调用RETST端点的方法 RestTemplate:带有同步模板方法 API 的原始 Spring REST 客户端。 WebClient:一种非阻塞、反应式的替代方案,支持同步和异步以及流场景 方法看源码吧。 官网: restTemplate官网 阅读全文
摘要:
关于SonarCloud检查到了Vulnerability Server-side requests should not be vulnerable to forging attacks User supplied(提供) data, such as URL parameters, POST da 阅读全文