From 6bef82df447efb08d05ad3d0c45585ef9b0acdb7 Mon Sep 17 00:00:00 2001 From: eight <641137800@qq.com> Date: 星期五, 01 十一月 2024 16:48:35 +0800 Subject: [PATCH] 支持 feign 处理 content-type [text/plain] 返回内容 --- jh-server/src/main/resources/application-local.yaml | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/jh-server/src/main/resources/application-local.yaml b/jh-server/src/main/resources/application-local.yaml index 802a76b..88359e7 100644 --- a/jh-server/src/main/resources/application-local.yaml +++ b/jh-server/src/main/resources/application-local.yaml @@ -3,8 +3,8 @@ port: 48080 --- #################### 鍖婚櫌骞冲彴鏈嶅姟鍦板潃 #################### -jinhua: - url: http://127.0.0.1:8080 +openfeign: + server: http://127.0.0.1:8080 --- #################### 鏁版嵁搴撶浉鍏抽厤缃� #################### spring: -- Gitblit v1.9.3