Enable caching of static resources

See gh-332
This commit is contained in:
Antoine Rey 2018-07-10 08:32:03 +02:00 committed by Stephane Nicoll
parent 3c9afdc138
commit 46babdad7c

View file

@ -20,3 +20,6 @@ management.endpoints.web.exposure.include=*
logging.level.org.springframework=INFO
# logging.level.org.springframework.web=DEBUG
# logging.level.org.springframework.context.annotation=TRACE
# Maximum time the static resources (css, js, fonts and images) should be cached
spring.resources.cache.cachecontrol.max-age=12h