Merge branch 'master' of https://bitbucket.org/andreashuber/performance
# Conflicts: # build.gradle # gradle/wrapper/gradle-wrapper.properties
This commit is contained in:
@@ -8,11 +8,28 @@ logging.config=classpath:log4j2.xml
|
||||
|
||||
server.port=17333
|
||||
|
||||
spring.servlet.multipart.enabled=true
|
||||
spring.servlet.multipart.max-file-size=3000MB
|
||||
spring.servlet.multipart.max-request-size=3000MB
|
||||
spring.servlet.multipart.file-size-threshold=2MB
|
||||
#spring.servlet.multipart.location=/tmp
|
||||
|
||||
|
||||
|
||||
#spring.resources.cache.cachecontrol.cache-private=true
|
||||
#spring.resources.cache.cachecontrol.must-revalidate=true
|
||||
#spring.resources.cache.cachecontrol.max-age=31536000
|
||||
#spring.resources.static-locations=classpath:/static/
|
||||
#spring.resources.static-locations=classpath:/static/
|
||||
|
||||
|
||||
# Enable response compression
|
||||
server.compression.enabled=true
|
||||
|
||||
# The comma-separated list of mime types that should be compressed
|
||||
server.compression.mime-types=text/html,text/xml,text/plain,text/css,text/javascript,application/javascript,application/json
|
||||
|
||||
# Compress the response only if the response size is at least 1KB
|
||||
server.compression.min-response-size=1024
|
||||
|
||||
# Enable HTTP/2 support, if the current environment supports it
|
||||
#server.http2.enabled=true
|
||||
|
||||
Reference in New Issue
Block a user