Static Resource Handler
HTTP handler that serves static files from classpath resources.
This handler is designed to serve the compiled JavaScript files and other static assets that are bundled in the JAR file under the resources directory.
Parameters
resource Base Path
The base path in the classpath where resources are located (e.g., "static")
url Prefix
The URL prefix to strip from incoming requests (e.g., "/static")