类的使用
org.springframework.boot.context.config.ConfigDataNotFoundException
程序包
说明
External configuration support allowing 'application.properties' to be loaded and used
within a Spring Boot application.
-
org.springframework.boot.context.config中ConfigDataNotFoundException的使用
修饰符和类型类说明class
ConfigDataNotFoundException
thrown when aConfigDataLocation
cannot be found.class
ConfigDataNotFoundException
thrown when aConfigDataResource
cannot be found.修饰符和类型方法说明StandardConfigDataLoader.load
(ConfigDataLoaderContext context, StandardConfigDataResource resource) StandardConfigDataLocationResolver.resolve
(ConfigDataLocationResolverContext context, ConfigDataLocation location)