接口 ConfigDataLocationResolver<R extends ConfigDataResource>

类型参数:
R - the location type
所有已知实现类:
ConfigTreeConfigDataLocationResolver, StandardConfigDataLocationResolver

public interface ConfigDataLocationResolver<R extends ConfigDataResource>
Strategy interface used to resolve locations into one or more resources. Implementations should be added as a spring.factories entries. The following constructor parameter types are supported:

Resolvers may implement Ordered or use the @Order annotation. The first resolver that supports the given location will be used.

从以下版本开始:
2.4.0
作者:
Phillip Webb, Madhura Bhave