Fix build failure

This commit is contained in:
Stephane Nicoll 2016-12-28 11:52:53 +01:00
parent a862b6dc79
commit 6ecb525a57

View File

@ -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/**
----