From 5e198b7ce74dc065fca6fb26a9eba003a35ec427 Mon Sep 17 00:00:00 2001 From: zhaojun1998 Date: Thu, 2 Jan 2020 14:48:05 +0800 Subject: [PATCH] =?UTF-8?q?:zap:=20=E5=BC=80=E5=90=AF=20gzip=20=E5=8E=8B?= =?UTF-8?q?=E7=BC=A9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/application.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml index 808d422..7cf9c84 100644 --- a/src/main/resources/application.yml +++ b/src/main/resources/application.yml @@ -11,6 +11,8 @@ server: context-path: '' tomcat: max-threads: 20 + compression: + enabled: true spring: datasource: