Polish "Set default paths for fixed static version" (gh-5878)

This commit is contained in:
Andy Wilkinson 2016-05-12 17:07:23 +01:00
parent a4d9ba165f
commit 83573bf2c6
1 changed files with 1 additions and 1 deletions

View File

@ -353,7 +353,7 @@ content into your application; rather pick only the properties that you need.
spring.resources.chain.strategy.content.enabled=false # Enable the content Version Strategy.
spring.resources.chain.strategy.content.paths=/** # Comma-separated list of patterns to apply to the Version Strategy.
spring.resources.chain.strategy.fixed.enabled=false # Enable the fixed Version Strategy.
spring.resources.chain.strategy.fixed.paths= # Comma-separated list of patterns to apply to the Version Strategy.
spring.resources.chain.strategy.fixed.paths=/** # Comma-separated list of patterns to apply to the Version Strategy.
spring.resources.chain.strategy.fixed.version= # Version string to use for the Version Strategy.
spring.resources.static-locations=classpath:/META-INF/resources/,classpath:/resources/,classpath:/static/,classpath:/public/ # Locations of static resources.