Uses of Class
org.springframework.boot.context.config.ConfigDataLocationNotFoundException
Package
Description
External configuration support allowing 'application.properties' to be loaded and used
within a Spring Boot application.
-
Uses of ConfigDataLocationNotFoundException in org.springframework.boot.context.config
Modifier and TypeMethodDescriptionConfigDataLocationResolver.resolve
(ConfigDataLocationResolverContext context, ConfigDataLocation location) Resolve aConfigDataLocation
into one or moreConfigDataResource
instances.ConfigDataLocationResolver.resolveProfileSpecific
(ConfigDataLocationResolverContext context, ConfigDataLocation location, Profiles profiles) Resolve aConfigDataLocation
into one or moreConfigDataResource
instances based on available profiles.