We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 480ec68 + 381cd43 commit 2401f6bCopy full SHA for 2401f6b
1 file changed
docs/asciidoc/static-files.adoc
@@ -29,7 +29,7 @@ supports classpath and file-system resources.
29
[source, java, role="primary"]
30
----
31
{
32
- assets("/static/*", Paths.get("static")); <1>
+ assets("/static/*", Paths.get("www")); <1>
33
}
34
35
0 commit comments