mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-22 00:29:01 +00:00
Set default paths for fixed static version
Closes gh-5878
This commit is contained in:
committed by
Andy Wilkinson
parent
d15459b1bc
commit
a4d9ba165f
+1
-1
@@ -292,7 +292,7 @@ public class ResourceProperties implements ResourceLoaderAware {
|
||||
/**
|
||||
* 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.
|
||||
|
||||
Reference in New Issue
Block a user