diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties index ffaf41f230ac47b3309cedf5bef43aff9b9c7e3c..f9c02d1881d256d4f0b8b3dcf2d24fc0ad395b61 100644 --- a/src/main/resources/application.properties +++ b/src/main/resources/application.properties @@ -20,3 +20,6 @@ management.endpoints.web.exposure.include=* logging.level.org.springframework=INFO # logging.level.org.springframework.web=DEBUG # logging.level.org.springframework.context.annotation=TRACE + +# Maximum time the static resources (css, js, fonts and images) should be cached +spring.resources.cache.cachecontrol.max-age=12h