Load static resources from the classpath path.
Load static resources from the classpath path. Useful when you're just loading from a JAR. Note that due to security concerns this should be with a package which does NOT contain class files.
Load static resources from a directory path.
Load static resources from a directory path. Using this version allows for hot-reload from the file system.