Uses of Enum Class
org.springframework.boot.context.config.ConfigDataNotFoundAction
Package
Description
External configuration support allowing 'application.properties' to be loaded and used
within a Spring Boot application.
-
Uses of ConfigDataNotFoundAction in org.springframework.boot.context.config
Modifier and TypeMethodDescriptionstatic ConfigDataNotFoundAction
Returns the enum constant of this class with the specified name.static ConfigDataNotFoundAction[]
ConfigDataNotFoundAction.values()
Returns an array containing the constants of this enum class, in the order they are declared.