diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties index e96dea25a..5d3eeed32 100644 --- a/src/main/resources/application.properties +++ b/src/main/resources/application.properties @@ -22,4 +22,4 @@ logging.level.org.springframework=INFO # logging.level.org.springframework.context.annotation=TRACE # Maximum time static resources should be cached -spring.resources.cache.cachecontrol.max-age=12h +spring.web.resources.cache.cachecontrol.max-age=12h