From 4946332c303eb86d3ca18cb94f9f8cadcc4fb7b6 Mon Sep 17 00:00:00 2001 From: CodeSteak Date: Sun, 9 Feb 2020 11:50:58 +0100 Subject: [PATCH] add prop for thing that makes build jar crash --- prototype/src/main/resources/application.properties | 1 + 1 file changed, 1 insertion(+) diff --git a/prototype/src/main/resources/application.properties b/prototype/src/main/resources/application.properties index 23c82d2..b1d9dea 100644 --- a/prototype/src/main/resources/application.properties +++ b/prototype/src/main/resources/application.properties @@ -1,6 +1,7 @@ # ---------------------------------------- # CORE PROPERTIES # ---------------------------------------- +spring.resources.cache.cachecontrol.maxAge=P365D # LOGGING logging.level.org.springframework.web=INFO