diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties index c8d5a5c1a..08fd9ddb1 100644 --- a/src/main/resources/application.properties +++ b/src/main/resources/application.properties @@ -23,3 +23,7 @@ logging.level.org.springframework=INFO # Active Spring profiles spring.profiles.active=production + +# Maximum time the static resources (css, js, fonts and images) should be cached +spring.resources.cache.cachecontrol.max-age=12h +