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 Aug 23, 2023
1 parent 54e686c commit 60b3cd8
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 60b3cd8

Please sign in to comment.