From 9b136e76bb4de14a506edceb2b9ad1175b982522 Mon Sep 17 00:00:00 2001 From: 疯狂的狮子li <15040126243@163.com> Date: 星期一, 22 二月 2021 10:06:18 +0800 Subject: [PATCH] update 3.4.0 --- ruoyi-admin/src/main/resources/application.yml | 12 +++++++++++- 1 files changed, 11 insertions(+), 1 deletions(-) diff --git a/ruoyi-admin/src/main/resources/application.yml b/ruoyi-admin/src/main/resources/application.yml index 57a9344..35919fa 100644 --- a/ruoyi-admin/src/main/resources/application.yml +++ b/ruoyi-admin/src/main/resources/application.yml @@ -3,7 +3,7 @@ # 鍚嶇О name: RuoYi # 鐗堟湰 - version: 3.3.0 + version: 3.4.0 # 鐗堟潈骞翠唤 copyrightYear: 2021 # 瀹炰緥婕旂ず寮�鍏� @@ -190,3 +190,13 @@ excludes: /system/notice/* # 鍖归厤閾炬帴 urlPatterns: /system/*,/monitor/*,/tool/* + +feign: + # 寮�鍚帇缂� + compression: + request: + enabled: true + response: + enabled: true + okhttp: + enabled: true \ No newline at end of file -- Gitblit v1.9.3