Uses of Package
org.apache.dubbo.config.spring.context.annotation
Packages that use org.apache.dubbo.config.spring.context.annotation
-
Classes in org.apache.dubbo.config.spring.context.annotation used by org.apache.dubbo.config.spring.context.annotationClassDescriptionDubbo Component Scan
Annotation,scans the classpath for annotated components that will be auto-registered as Spring beans.The annotation composes the multipleEnableConfigurationBeanBindingsAs 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"