diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties index ffaf41f230ac47b3309cedf5bef43aff9b9c7e3c..b93ff4de30be4ec834604e6bfdca75adef9ba092 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 static resources should be cached +spring.resources.cache.cachecontrol.max-age=12h