摘要: WebClient是Spring提供的非阻塞、响应式的Http客户端,提供同步及异步的API,将会代替RestTemplate及AsyncRestTemplate;本文主要介绍WebClient的基本使用,文中所使用到的软件版本:Java 1.8.0_191、SpringBoot 2.2.1.REL 阅读全文
posted @ 2019-11-29 17:38 且行且码 阅读(5845) 评论(0) 推荐(1) 编辑
摘要: RestTemplate是Spring提供的用于访问Http接口的客户端,提供同步的API;在将来的Spring版本中可能会过时,将逐渐被WebClient替代。文中所使用到的软件版本:Java 1.8.0_191、SpringBoot 2.2.1.RELEASE。 1、服务端 参见Java调用Ht 阅读全文
posted @ 2019-11-29 09:40 且行且码 阅读(3868) 评论(0) 推荐(0) 编辑