Interface CommonsPropertyConstants
public interface CommonsPropertyConstants
The property constants for Spring Cloud Commons
- Since:
- 1.0.0
- Author:
- Mercy
- 
Field SummaryFieldsModifier and TypeFieldDescriptionstatic final StringThe property name for Composite Service Registry Enabled Feature : "microsphere.spring.cloud.composite-registration.enabled"static final StringThe property name for enabling Spring Cloud Features : "spring.cloud.features.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"static final StringThe property name for Spring Cloud Service Registry Auto-Registration Feature : "spring.cloud.service-registry.auto-registration.enabled"static final StringThe property name prefix of Spring Cloud Service Registry : "spring.cloud.service-registry."static final StringThe property name prefix of Spring Cloud properties : "spring.cloud."
- 
Field Details- 
SPRING_CLOUD_PROPERTY_PREFIXThe property name prefix of Spring Cloud properties : "spring.cloud."- See Also:
 
- 
SERVICE_REGISTRY_PROPERTY_PREFIXThe property name prefix of Spring Cloud Service Registry : "spring.cloud.service-registry."- See Also:
 
- 
SERVICE_REGISTRY_AUTO_REGISTRATION_ENABLED_PROPERTY_NAMEThe property name for Spring Cloud Service Registry Auto-Registration Feature : "spring.cloud.service-registry.auto-registration.enabled"- See Also:
- 
- AutoServiceRegistrationAutoConfiguration
- Constant Field Values
 
 
- 
FEATURES_ENABLED_PROPERTY_NAMEThe property name for enabling Spring Cloud Features : "spring.cloud.features.enabled"- See Also:
- 
- CommonsClientAutoConfiguration.ActuatorConfiguration
- Constant Field Values
 
 
- 
MICROSPHERE_SPRING_CLOUD_PROPERTY_NAME_PREFIXThe property name prefix of Microsphere Cloud : "microsphere.spring.cloud."- See Also:
 
- 
MICROSPHERE_SPRING_CLOUD_WEB_MVC_PROPERTY_NAME_PREFIXThe property name prefix of Microsphere Cloud Web MVC : "microsphere.spring.cloud.web.mvc."- See Also:
 
- 
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_NAMEThe property name for Default Service Registry Type : "microsphere.spring.cloud.default-registration.type"- See Also:
 
- 
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_NAMEThe property name for Composite Service Registry Enabled Feature : "microsphere.spring.cloud.composite-registration.enabled"- See Also:
 
 
-