Skip to content
Snippets Groups Projects
Commit 46babdad authored by Antoine Rey's avatar Antoine Rey Committed by Stephane Nicoll
Browse files

Enable caching of static resources

See gh-332
parent 3c9afdc1
No related branches found
No related tags found
No related merge requests found
......@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment