#331 Enabling browser caching of static resources

This commit is contained in:
Antoine Rey 2018-07-10 08:32:03 +02:00
parent 492b4851b5
commit adc24f4016

View file

@ -23,3 +23,7 @@ logging.level.org.springframework=INFO
# Active Spring profiles
spring.profiles.active=production
# Maximum time the static resources (css, js, fonts and images) should be cached
spring.resources.cache.cachecontrol.max-age=12h