From 0c1fa8e8e2744125cc4bee725fe2de6dd76d3a4f Mon Sep 17 00:00:00 2001 From: Dave Syer Date: Thu, 19 May 2022 14:08:07 +0000 Subject: [PATCH] Update name of deprecated config property --- src/main/resources/application.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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