Uses of Class
org.springframework.boot.context.config.ConfigDataNotFoundException
Package
Description
External configuration support allowing 'application.properties' to be loaded and used
within a Spring Boot application.
-
Uses of ConfigDataNotFoundException in org.springframework.boot.context.config
Modifier and TypeClassDescriptionclass
ConfigDataNotFoundException
thrown when aConfigDataLocation
cannot be found.class
ConfigDataNotFoundException
thrown when aConfigDataResource
cannot be found.Modifier and TypeMethodDescriptionStandardConfigDataLoader.load
(ConfigDataLoaderContext context, StandardConfigDataResource resource) StandardConfigDataLocationResolver.resolve
(ConfigDataLocationResolverContext context, ConfigDataLocation location)