From 8e6463845b1ba5e0ceba0425f6c1595b8445aca1 Mon Sep 17 00:00:00 2001 From: v-zhangjc9 Date: Tue, 17 Jun 2025 16:16:01 +0800 Subject: [PATCH] =?UTF-8?q?feat(ai-web):=20=E5=BC=80=E5=90=AFgzip?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- service-ai/service-ai-web/src/main/resources/application.yml | 5 ++++- service-web/src/main/resources/application.yml | 2 ++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/service-ai/service-ai-web/src/main/resources/application.yml b/service-ai/service-ai-web/src/main/resources/application.yml index a1cb219..08d8b6b 100644 --- a/service-ai/service-ai-web/src/main/resources/application.yml +++ b/service-ai/service-ai-web/src/main/resources/application.yml @@ -1,3 +1,6 @@ +server: + compression: + enabled: true spring: application: name: service-ai-web @@ -36,4 +39,4 @@ spring: liteflow: rule-source: liteflow.xml print-banner: false - check-node-exists: false \ No newline at end of file + check-node-exists: false diff --git a/service-web/src/main/resources/application.yml b/service-web/src/main/resources/application.yml index c1935a0..73bd243 100644 --- a/service-web/src/main/resources/application.yml +++ b/service-web/src/main/resources/application.yml @@ -1,5 +1,7 @@ server: port: 0 + compression: + enabled: true spring: application: name: service-web