6.15 Serving Static Resources
Static resource resolution is disabled by default. Micronaut supports resolving resources from the classpath or the file system.
See the information below for available configuration options:
Property | Type | Description |
---|---|---|
| boolean | Sets whether this specific mapping is enabled. Default value (true). |
| java.util.List | A list of paths either starting with |
| java.lang.String | The path resources should be served from. Uses ant path matching. Default value (“/*“). |