public interface ConfigKeys
org.apache.dubbo.spring.boot.autoconfigure.DubboConfigurationProperties| Modifier and Type | Field and Description |
|---|---|
static String |
DUBBO_CONFIG_IGNORE_DUPLICATED_INTERFACE
Ignore duplicated interface (service/reference) config.
|
static String |
DUBBO_CONFIG_IGNORE_INVALID_METHOD_CONFIG
Ignore invalid method config.
|
static String |
DUBBO_CONFIG_MODE
Change dubbo config mode, available values from
ConfigMode. |
static String |
DUBBO_SCAN_BASE_PACKAGES
The basePackages to scan , the multiple-value is delimited by comma
|
static final String DUBBO_SCAN_BASE_PACKAGES
org.apache.dubbo.config.spring.context.annotation.EnableDubbo#scanBasePackages(),
Constant Field Valuesstatic final String DUBBO_CONFIG_MODE
ConfigMode. Default value is ConfigMode.STRICT.static final String DUBBO_CONFIG_IGNORE_INVALID_METHOD_CONFIG
static final String DUBBO_CONFIG_IGNORE_DUPLICATED_INTERFACE
Copyright © 2011–2020 The Apache Software Foundation. All rights reserved.