Interface CommonsPropertyConstants

    • Field Detail

      • MICROSPHERE_SPRING_CLOUD_PROPERTY_NAME_PREFIX

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

        static final java.lang.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:
        Constant Field Values
      • MULTIPLE_REGISTRATION_ENABLED_PROPERTY_NAME

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

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

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

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