Interface SpringBootPropertyConstants


  • public interface SpringBootPropertyConstants
    The Constants for Spring Boot Property
    Since:
    1.0.0
    Author:
    Mercy
    • 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 the PropertySource adapter since Spring Boot 2
        See Also:
        ConfigurationPropertySources.ATTACHED_PROPERTY_SOURCE_NAME, Constant Field Values