Interface CommonsPropertyConstants

All Superinterfaces:
SpringCloudPropertyConstants

public interface CommonsPropertyConstants extends SpringCloudPropertyConstants
The property constants for Spring Cloud Commons
Since:
1.0.0
Author:
Mercy
  • Field Details

    • MICROSPHERE_SPRING_CLOUD_PROPERTY_NAME_PREFIX

      static final String MICROSPHERE_SPRING_CLOUD_PROPERTY_NAME_PREFIX
      The property name prefix of Microsphere Cloud : "microsphere.spring.cloud."
      See Also:
    • MICROSPHERE_SPRING_CLOUD_WEB_MVC_PROPERTY_NAME_PREFIX

      static final String MICROSPHERE_SPRING_CLOUD_WEB_MVC_PROPERTY_NAME_PREFIX
      The property name prefix of Microsphere Cloud Web MVC : "microsphere.spring.cloud.web.mvc."
      See Also:
    • MULTIPLE_REGISTRATION_ENABLED_PROPERTY_NAME

      @ConfigurationProperty(type=boolean.class, defaultValue="false", source="application") static final String MULTIPLE_REGISTRATION_ENABLED_PROPERTY_NAME
      The property name for Multiple Service Registry Enabled Feature : "microsphere.spring.cloud.multiple-registration.enabled"
      See Also:
    • MULTIPLE_REGISTRATION_DEFAULT_REGISTRATION_PROPERTY_NAME

      @ConfigurationProperty(type=java.lang.Class.class, source="application") static final String MULTIPLE_REGISTRATION_DEFAULT_REGISTRATION_PROPERTY_NAME
      The property name for Default Service Registry Type : "microsphere.spring.cloud.default-registration.type"
      See Also:
    • MULTIPLE_REGISTRATION_DEFAULT_REGISTRY_PROPERTY_NAME

      @ConfigurationProperty(type=java.lang.Class.class, source="application") static final String MULTIPLE_REGISTRATION_DEFAULT_REGISTRY_PROPERTY_NAME
      The property name for Default Service Registry Type : "microsphere.spring.cloud.default-service-registry.type"
      See Also:
    • COMPOSITE_REGISTRATION_ENABLED_PROPERTY_NAME

      @ConfigurationProperty(type=boolean.class, defaultValue="false", source="application") static final String COMPOSITE_REGISTRATION_ENABLED_PROPERTY_NAME
      The property name for Composite Service Registry Enabled Feature : "microsphere.spring.cloud.composite-registration.enabled"
      See Also: