From 6ecb525a57da8c9098c7cb491fc31bbd2a803be0 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 28 Dec 2016 11:52:53 +0100 Subject: [PATCH] Fix build failure --- spring-boot-docs/src/main/asciidoc/spring-boot-features.adoc | 1 + 1 file changed, 1 insertion(+) diff --git a/spring-boot-docs/src/main/asciidoc/spring-boot-features.adoc b/spring-boot-docs/src/main/asciidoc/spring-boot-features.adoc index b70ad23473..3f4b2bb5d3 100644 --- a/spring-boot-docs/src/main/asciidoc/spring-boot-features.adoc +++ b/spring-boot-docs/src/main/asciidoc/spring-boot-features.adoc @@ -1809,6 +1809,7 @@ By default, resources are mapped on `/**` but you can tune that via `spring.mvc.static-path-pattern`. For instance, relocating all resources to `/resources/**` can be achieved as follows: +[source,properties,indent=0,subs="verbatim,quotes,attributes"] ---- spring.mvc.static-path-pattern=/resources/** ----