【Spring】WebClient之请求头设置、超时设置

【Spring】WebClient之请求头设置、超时设置_第1张图片

1.概述

I. 项目环境

本项目借助SpringBoot 2.2.1.RELEASE + maven 3.5.3 + IDEA进行开发

1. 依赖

使用WebClient,最主要的引入依赖如下(省略掉了SpringBoot的相关依赖,如对于如何创建SpringBoot项目不太清楚的小伙伴,可以关注一下我之前的博文)

<dependency>
    <groupId>org.springframework

你可能感兴趣的:(boot,spring,java,spring,boot)