From 02deef4ad71d2ad7f65182a0f5d268373c73212d Mon Sep 17 00:00:00 2001 From: CodeSteak Date: Tue, 11 Feb 2020 22:02:18 +0100 Subject: [PATCH] disable cache. Fix invalid value --- prototype/src/main/resources/application.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/prototype/src/main/resources/application.properties b/prototype/src/main/resources/application.properties index 9723e46..5507957 100644 --- a/prototype/src/main/resources/application.properties +++ b/prototype/src/main/resources/application.properties @@ -1,5 +1,5 @@ #caching -spring.resources.cache.cachecontrol.maxAge=P10M +spring.resources.cache.cachecontrol.maxAge=P0D # LOGGING logging.level.org.springframework.web=WARN