Performance Improvements
This commit is contained in:
parent
3fe5f90e02
commit
851ba87ef2
17 changed files with 1156 additions and 239 deletions
|
|
@ -114,6 +114,19 @@ server:
|
|||
error:
|
||||
include-message: always
|
||||
include-binding-errors: always
|
||||
compression:
|
||||
enabled: true
|
||||
mime-types:
|
||||
- application/json
|
||||
- application/geo+json
|
||||
- application/activity+json
|
||||
- application/ld+json
|
||||
- text/html
|
||||
- text/xml
|
||||
- text/plain
|
||||
- text/css
|
||||
- application/javascript
|
||||
min-response-size: 1024 # Only compress responses larger than 1KB
|
||||
|
||||
# Actuator configuration
|
||||
management:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue