Interface SpringBootPropertyConstants
-
public interface SpringBootPropertyConstantsThe Constants for Spring Boot Property- Since:
- 1.0.0
- Author:
- Mercy
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringATTACHED_PROPERTY_SOURCE_NAMEThe name of thePropertySourceadaptersince Spring Boot 2static java.lang.StringSPRING_AUTO_CONFIGURE_EXCLUDE_PROPERTY_NAMEThe property name to exclude the class names of Spring Boot Auto-Configuration
-
-
-
Field Detail
-
SPRING_AUTO_CONFIGURE_EXCLUDE_PROPERTY_NAME
static final java.lang.String SPRING_AUTO_CONFIGURE_EXCLUDE_PROPERTY_NAME
The property name to exclude the class names of Spring Boot Auto-Configuration- See Also:
EnableAutoConfiguration,AutoConfigurationImportSelector.PROPERTY_NAME_AUTOCONFIGURE_EXCLUDE, Constant Field Values
-
ATTACHED_PROPERTY_SOURCE_NAME
static final java.lang.String ATTACHED_PROPERTY_SOURCE_NAME
The name of thePropertySourceadaptersince Spring Boot 2- See Also:
ConfigurationPropertySources.ATTACHED_PROPERTY_SOURCE_NAME, Constant Field Values
-
-