Class DubboUtils
java.lang.Object
org.apache.dubbo.spring.boot.util.DubboUtils
The utilities class for Dubbo
- Since:
- 2.7.0
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringThe bean name ofSetpresentingServiceAnnotationPostProcessor's base-packagesstatic final StringThe property name of base packages to scanstatic final StringDeprecated.static final booleanDeprecated.2.7.8 It will be remove in the futurestatic final booleanThe default property value of override Dubbo configstatic final StringThe property id ofApplicationConfigBeanstatic final StringThe property name ofApplicationConfigstatic final StringThe property name ofapplication's QOS enablestatic final StringThe property name of@EnableDubboConfig.multiple()static final StringThe prefix of property name for Dubbo Configstatic final StringThe github URL of Dubbostatic final StringThe google group URL of Dubbostatic final StringThe prefix of property name of Dubbostatic final StringThe prefix of property name for Dubbo scanstatic final StringThe git URL of Dubbo Spring Bootstatic final StringThe github URL of Dubbo Spring Bootstatic final StringThe issues of Dubbo Spring Bootstatic final Stringline separatorstatic final StringDeprecated.2.7.8 It will be remove in the future,EnableDubboConfiginsteadstatic final StringThe property name of override Dubbo configstatic final StringThe separator of property namestatic final StringThe bean name of Relaxed-bindingDubboConfigBinderstatic final StringThe property name of Spring Application -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
LINE_SEPARATOR
line separator -
PROPERTY_NAME_SEPARATOR
The separator of property name- See Also:
-
DUBBO_PREFIX
The prefix of property name of Dubbo- See Also:
-
DUBBO_SCAN_PREFIX
The prefix of property name for Dubbo scan- See Also:
-
DUBBO_CONFIG_PREFIX
The prefix of property name for Dubbo Config- See Also:
-
BASE_PACKAGES_PROPERTY_NAME
The property name of base packages to scanThe default value is empty set.
- See Also:
-
MULTIPLE_CONFIG_PROPERTY_NAME
Deprecated.2.7.8 It will be remove in the future,EnableDubboConfiginsteadThe property name of multiple properties binding from externalized configurationThe default value is
DEFAULT_MULTIPLE_CONFIG_PROPERTY_VALUE- See Also:
-
DEFAULT_MULTIPLE_CONFIG_PROPERTY_VALUE
Deprecated.2.7.8 It will be remove in the futureThe default value of multiple properties binding from externalized configuration- See Also:
-
OVERRIDE_CONFIG_FULL_PROPERTY_NAME
The property name of override Dubbo configThe default value is
DEFAULT_OVERRIDE_CONFIG_PROPERTY_VALUE- See Also:
-
DEFAULT_OVERRIDE_CONFIG_PROPERTY_VALUE
public static final boolean DEFAULT_OVERRIDE_CONFIG_PROPERTY_VALUEThe default property value of override Dubbo config- See Also:
-
DUBBO_SPRING_BOOT_GITHUB_URL
The github URL of Dubbo Spring Boot- See Also:
-
DUBBO_SPRING_BOOT_GIT_URL
The git URL of Dubbo Spring Boot- See Also:
-
DUBBO_SPRING_BOOT_ISSUES_URL
The issues of Dubbo Spring Boot- See Also:
-
DUBBO_GITHUB_URL
The github URL of Dubbo- See Also:
-
DUBBO_MAILING_LIST
The google group URL of Dubbo- See Also:
-
RELAXED_DUBBO_CONFIG_BINDER_BEAN_NAME
The bean name of Relaxed-bindingDubboConfigBinder- See Also:
-
BASE_PACKAGES_PROPERTY_RESOLVER_BEAN_NAME
Deprecated.2.7.8 It will be remove in the future, please useBASE_PACKAGES_BEAN_NAMEThe bean name ofPropertyResolverforServiceAnnotationPostProcessor's base-packages- See Also:
-
BASE_PACKAGES_BEAN_NAME
The bean name ofSetpresentingServiceAnnotationPostProcessor's base-packages- Since:
- 2.7.8
- See Also:
-
SPRING_APPLICATION_NAME_PROPERTY
The property name of Spring Application- Since:
- 2.7.1
- See Also:
-
DUBBO_APPLICATION_ID_PROPERTY
The property id ofApplicationConfigBean- Since:
- 2.7.1
- See Also:
-
DUBBO_APPLICATION_NAME_PROPERTY
The property name ofApplicationConfig- Since:
- 2.7.1
- See Also:
-
DUBBO_APPLICATION_QOS_ENABLE_PROPERTY
The property name ofapplication's QOS enable- Since:
- 2.7.1
- See Also:
-
DUBBO_CONFIG_MULTIPLE_PROPERTY
The property name of@EnableDubboConfig.multiple()- Since:
- 2.7.1
- See Also:
-
-
Constructor Details
-
DubboUtils
public DubboUtils()
-
BASE_PACKAGES_BEAN_NAME