Skip to content

Commit 7fc36ec

Browse files
committed
[#12493] gzip compression for application/json
1 parent 4c90b3e commit 7fc36ec

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

web/src/main/resources/application.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,11 @@ server:
1616
whitelabel:
1717
enabled: true
1818
max-http-request-header-size: 32678
19+
compression:
20+
enabled: true
21+
mime-types: application/json
22+
min-response-size: 2KB
23+
1924

2025
pinpoint:
2126
modules:

0 commit comments

Comments
 (0)