Interface SpringBootPropertyConstants
public interface SpringBootPropertyConstants
The Constants for Spring Boot Property
- Since:
- 1.0.0
- Author:
- Mercy
-
Field Details
-
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
The name of thePropertySource
adapter
since Spring Boot 2- See Also:
-
ConfigurationPropertySources.ATTACHED_PROPERTY_SOURCE_NAME
- Constant Field Values
-