Skip to content
Snippets Groups Projects
Commit 1a317e62 authored by Stephane Nicoll's avatar Stephane Nicoll
Browse files

Merge pull request #332 from arey:feature/browserCache

* pr/332:
  Polish "Enable caching of static resources"
  Enable caching of static resources
parents 3c9afdc1 895422b8
No related branches found
No related tags found
No related merge requests found
...@@ -20,3 +20,6 @@ management.endpoints.web.exposure.include=* ...@@ -20,3 +20,6 @@ management.endpoints.web.exposure.include=*
logging.level.org.springframework=INFO logging.level.org.springframework=INFO
# logging.level.org.springframework.web=DEBUG # logging.level.org.springframework.web=DEBUG
# logging.level.org.springframework.context.annotation=TRACE # logging.level.org.springframework.context.annotation=TRACE
# Maximum time static resources 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