在以前的项目中,我使用rest模板来调用restful Web服务方法。
但是现在在新项目中,我没有看到休息模板。我们只有使用响应实体的@GetMapping
/@PostMapping
。
那么,对于 restful Web 服务,是否必须使用 rest 模板?
RTFM, Buddy ;)
注意:从 5.0 开始,非阻塞、反应 org.springframework.web.reactive.client.WebClient 提供了一个现代的 替代 RestTemplate,有效支持两种同步 和异步,以及流式处理方案。RestTemplate将是 在将来的版本中已弃用,并且不会有主要的新功能 今后添加。
https://docs.spring.io/spring-framework/docs/current/javadoc-api/org/springframework/web/client/RestTemplate.html