类 ApplicationResourceLoader

java.lang.Object
org.springframework.core.io.DefaultResourceLoader
org.springframework.boot.io.ApplicationResourceLoader
所有已实现的接口:
ResourceLoader

public class ApplicationResourceLoader extends DefaultResourceLoader
Class can be used to obtain ResourceLoaders supporting additional ProtocolResolvers registered in spring.factories.

When not delegating to an existing resource loader, plain paths without a qualifier will resolve to file system resources. This is different from DefaultResourceLoader, which resolves unqualified paths to classpath resources.

从以下版本开始:
3.3.0
作者:
Scott Frederick, Phillip Webb