disable cache. Fix invalid value

This commit is contained in:
CodeSteak 2020-02-11 22:02:18 +01:00
parent 4d899f4446
commit 02deef4ad7
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
#caching #caching
spring.resources.cache.cachecontrol.maxAge=P10M spring.resources.cache.cachecontrol.maxAge=P0D
# LOGGING # LOGGING
logging.level.org.springframework.web=WARN logging.level.org.springframework.web=WARN