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

      static final 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 String ATTACHED_PROPERTY_SOURCE_NAME
      The name of the PropertySource adapter since Spring Boot 2
      See Also: