程序包 org.springframework.boot.io
package org.springframework.boot.io
Support for loading resources.
-
类说明Class can be used to obtain
ResourceLoaders
supporting additionalProtocolResolvers
registered inspring.factories
.Strategy interface registered inspring.factories
and used byApplicationResourceLoader
to determine the file path of loaded resource when it can also be represented as aFileSystemResource
.