Interface CommonsPropertyConstants
-
- All Superinterfaces:
SpringCloudPropertyConstants
public interface CommonsPropertyConstants extends SpringCloudPropertyConstants
The property constants for Spring Cloud Commons- Since:
- 1.0.0
- Author:
- Mercy
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringCOMPOSITE_REGISTRATION_ENABLED_PROPERTY_NAMEThe property name for Composite Service Registry Enabled Feature : "microsphere.spring.cloud.composite-registration.enabled"static java.lang.StringMICROSPHERE_SPRING_CLOUD_PROPERTY_NAME_PREFIXThe property name prefix of Microsphere Cloud : "microsphere.spring.cloud."static java.lang.StringMICROSPHERE_SPRING_CLOUD_WEB_MVC_PROPERTY_NAME_PREFIXThe property name prefix of Microsphere Cloud Web MVC : "microsphere.spring.cloud.web.mvc."static java.lang.StringMULTIPLE_REGISTRATION_DEFAULT_REGISTRATION_PROPERTY_NAMEThe property name for Default Service Registry Type : "microsphere.spring.cloud.default-registration.type"static java.lang.StringMULTIPLE_REGISTRATION_DEFAULT_REGISTRY_PROPERTY_NAMEThe property name for Default Service Registry Type : "microsphere.spring.cloud.default-service-registry.type"static java.lang.StringMULTIPLE_REGISTRATION_ENABLED_PROPERTY_NAMEThe 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 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_NAMEThe 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_NAMEThe 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_NAMEThe 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_NAMEThe property name for Composite Service Registry Enabled Feature : "microsphere.spring.cloud.composite-registration.enabled"- See Also:
- Constant Field Values
-
-