Package | Description |
---|---|
org.springframework.boot.context.config |
External configuration support allowing 'application.properties' to be loaded and used
within a Spring Boot application.
|
Modifier and Type | Class and Description |
---|---|
class |
ConfigDataLocationNotFoundException
Exception thrown when a config data location cannot be found.
|
class |
InactiveConfigDataAccessException
Exception thrown when an attempt is made to resolve a property against an inactive
ConfigData property source. |
class |
InvalidConfigDataPropertyException
Exception thrown if an invalid property is found when processing config data.
|
class |
UnsupportedConfigDataLocationException
Exception throw if a
ConfigDataLocation is not supported. |