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