Commit a4d9ba16 authored by Kazuki Shimizu's avatar Kazuki Shimizu Committed by Andy Wilkinson

Set default paths for fixed static version

Closes gh-5878
parent d15459b1
...@@ -292,7 +292,7 @@ public class ResourceProperties implements ResourceLoaderAware { ...@@ -292,7 +292,7 @@ public class ResourceProperties implements ResourceLoaderAware {
/** /**
* Comma-separated list of patterns to apply to the Version Strategy. * Comma-separated list of patterns to apply to the Version Strategy.
*/ */
private String[] paths; private String[] paths = new String[] { "/**" };
/** /**
* Version string to use for the Version Strategy. * Version string to use for the Version Strategy.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment