From 216a5b1343762965b4911d55119444b3cbaea6d4 Mon Sep 17 00:00:00 2001 From: Henry <2053622984@qq.com> Date: Wed, 29 Nov 2023 14:56:04 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=20feign-okhttp=20=E4=BE=9D?= =?UTF-8?q?=E8=B5=96=E3=80=82=E8=A7=A3=E5=86=B3=EF=BC=9AOpenFeign=E9=BB=98?= =?UTF-8?q?=E8=AE=A4=E4=BD=BF=E7=94=A8jdk=E8=87=AA=E5=B8=A6=E7=9A=84HttpUR?= =?UTF-8?q?LConnection=EF=BC=8C=E6=B2=A1=E6=9C=89=E8=BF=9E=E6=8E=A5?= =?UTF-8?q?=E6=B1=A0=E3=80=81=E6=80=A7=E8=83=BD=E5=92=8C=E6=95=88=E7=8E=87?= =?UTF-8?q?=E6=AF=94=E8=BE=83=E4=BD=8E=E3=80=82=E4=B8=94feign=E5=BC=80?= =?UTF-8?q?=E5=90=AF=E5=8E=8B=E7=BC=A9=EF=BC=8C=E4=BC=9A=E9=81=87=E5=88=B0?= =?UTF-8?q?=E6=95=B0=E6=8D=AE=E9=87=8F=E5=A4=A7=E6=97=B6=EF=BC=8Cjson?= =?UTF-8?q?=E8=A7=A3=E6=9E=90=E5=BC=82=E5=B8=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- yudao-framework/yudao-spring-boot-starter-rpc/pom.xml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/yudao-framework/yudao-spring-boot-starter-rpc/pom.xml b/yudao-framework/yudao-spring-boot-starter-rpc/pom.xml index 946092b46..767156231 100644 --- a/yudao-framework/yudao-spring-boot-starter-rpc/pom.xml +++ b/yudao-framework/yudao-spring-boot-starter-rpc/pom.xml @@ -32,6 +32,10 @@ org.springframework.cloud spring-cloud-starter-openfeign + + io.github.openfeign + feign-okhttp + -- Gitee