Skip to content

Commit

Permalink
Enable resteasy gzip config in build time
Browse files Browse the repository at this point in the history
  • Loading branch information
ligangty committed Nov 9, 2023
1 parent 55e7928 commit 7b7ba52
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/main/resources/application.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,3 +45,8 @@ quarkus:

swagger-ui:
always-include: true

resteasy:
gzip:
enabled: true
max-input: 1024M

0 comments on commit 7b7ba52

Please sign in to comment.