# Conflicts:
#	build.gradle
#	gradle/wrapper/gradle-wrapper.properties
This commit is contained in:
2020-08-11 17:32:43 +02:00
8 changed files with 2771 additions and 3096 deletions

View File

@@ -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