Interface ConfigKeys


public interface ConfigKeys
External config keys list
See Also:
  • invalid reference
    org.apache.dubbo.spring.boot.autoconfigure.DubboConfigurationProperties
  • Field Details

    • DUBBO_SCAN_BASE_PACKAGES

      static final String DUBBO_SCAN_BASE_PACKAGES
      The basePackages to scan , the multiple-value is delimited by comma
      See Also:
      • invalid reference
        org.apache.dubbo.config.spring.context.annotation.EnableDubbo#scanBasePackages()
      • Constant Field Values
    • DUBBO_CONFIG_MODE

      static final String DUBBO_CONFIG_MODE
      Change dubbo config mode, available values from ConfigMode. Default value is ConfigMode.STRICT.
      See Also:
    • DUBBO_CONFIG_IGNORE_INVALID_METHOD_CONFIG

      static final String DUBBO_CONFIG_IGNORE_INVALID_METHOD_CONFIG
      Ignore invalid method config. Default value is false.
      See Also:
    • DUBBO_CONFIG_IGNORE_DUPLICATED_INTERFACE

      static final String DUBBO_CONFIG_IGNORE_DUPLICATED_INTERFACE
      Ignore duplicated interface (service/reference) config. Default value is false.
      See Also: