From 8cb6f7bcb81756195a9e7bb996ddf98c23a7ba25 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Thu, 9 Jul 2015 09:43:20 +0200 Subject: [PATCH] Polish See gh-3372 --- .../src/main/asciidoc/appendix-application-properties.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-boot-docs/src/main/asciidoc/appendix-application-properties.adoc b/spring-boot-docs/src/main/asciidoc/appendix-application-properties.adoc index d4b20485e6..f6a3cb4f08 100644 --- a/spring-boot-docs/src/main/asciidoc/appendix-application-properties.adoc +++ b/spring-boot-docs/src/main/asciidoc/appendix-application-properties.adoc @@ -138,7 +138,7 @@ content into your application; rather pick only the properties that you need. # SPRING RESOURCES HANDLING ({sc-spring-boot-autoconfigure}/web/ResourceProperties.{sc-ext}[ResourceProperties]) spring.resources.cache-period= # cache timeouts in headers sent to browser spring.resources.add-mappings=true # if default mappings should be added - spring.resources.static-locations= # comma list of the locations that serve static content (e.g. 'classpath:/resources/') + spring.resources.static-locations= # comma-separated list of the locations that serve static content (e.g. 'classpath:/resources/') spring.resources.chain.enabled=false # enable the Spring Resource Handling chain (enabled automatically if at least a strategy is enabled) spring.resources.chain.cache=false # enable in-memory caching of resource resolution spring.resources.chain.html-application-cache=false # enable HTML5 appcache manifest rewriting