Interface CommonsPropertyConstants
- All Superinterfaces:
SpringCloudPropertyConstants
The property constants for Spring Cloud Commons
- Since:
- 1.0.0
- Author:
- Mercy
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringThe property name for Composite Service Registry Enabled Feature : "microsphere.spring.cloud.composite-registration.enabled"static final StringThe property name prefix of Microsphere Cloud : "microsphere.spring.cloud."static final StringThe property name prefix of Microsphere Cloud Web MVC : "microsphere.spring.cloud.web.mvc."static final StringThe property name for Default Service Registry Type : "microsphere.spring.cloud.default-registration.type"static final StringThe property name for Default Service Registry Type : "microsphere.spring.cloud.default-service-registry.type"static final StringThe property name for Multiple Service Registry Enabled Feature : "microsphere.spring.cloud.multiple-registration.enabled"Fields inherited from interface io.microsphere.spring.cloud.commons.constants.SpringCloudPropertyConstants
FEATURES_ENABLED_PROPERTY_NAME, SERVICE_REGISTRY_AUTO_REGISTRATION_ENABLED_PROPERTY_NAME, SERVICE_REGISTRY_PROPERTY_PREFIX, SPRING_CLOUD_PROPERTY_PREFIX
-
Field Details
-
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
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_NAMEThe 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_NAMEThe 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_NAMEThe 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_NAMEThe property name for Composite Service Registry Enabled Feature : "microsphere.spring.cloud.composite-registration.enabled"- See Also:
-