| 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 | Method and Description | 
|---|---|
static ConfigDataNotFoundAction | 
ConfigDataNotFoundAction.valueOf(String name)
Returns the enum constant of this type with the specified name. 
 | 
static ConfigDataNotFoundAction[] | 
ConfigDataNotFoundAction.values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 |