程序包 org.apache.dubbo.config.spring.context.annotation
-
类概要 类 说明 DubboClassPathBeanDefinitionScanner DubboClassPathBeanDefinitionScannerthat exposes some methods to be public.DubboComponentScanRegistrar DubboDubboComponentScanBean RegistrarDubboConfigConfiguration DubboConfigConfigurationDubboConfigConfiguration.Multiple Multiple DubboConfigBean BindingDubboConfigConfiguration.Single Single DubboConfigBean BindingDubboConfigConfigurationRegistrar DubboConfigregister, which order can be configuredDubboLifecycleComponentRegistrar 已过时。 as 2.7.6, DubboLifecyclecomponents will be registered automatically. -
注释类型概要 注释类型 说明 DubboComponentScan Dubbo Component ScanAnnotation,scans the classpath for annotated components that will be auto-registered as Spring beans.EnableDubbo Enables Dubbo components as Spring Beans, equalsDubboComponentScanandEnableDubboConfigcombination.EnableDubboConfig As a convenient and multipleEnableConfigurationBeanBindingin default behavior , is equal to single bean bindings with below convention prefixes of properties:ApplicationConfigbinding to property : "dubbo.application"ModuleConfigbinding to property : "dubbo.module"RegistryConfigbinding to property : "dubbo.registry"ProtocolConfigbinding to property : "dubbo.protocol"MonitorConfigbinding to property : "dubbo.monitor"ProviderConfigbinding to property : "dubbo.provider"ConsumerConfigbinding to property : "dubbo.consumer"EnableDubboLifecycle 已过时。 as 2.7.6, DubboLifecyclecomponents will be registered automatically.