| 类 | 说明 |
|---|---|
| EnableNacosConfigAotProcessor |
EnableNacosConfig AotProcessor
Except for the operation of registering BeanDefinition, all other operations in NacosConfigBeanDefinitionRegistrar must be done here
because spring will not call NacosConfigBeanDefinitionRegistrar.registerBeanDefinitions(org.springframework.core.type.AnnotationMetadata, org.springframework.beans.factory.support.BeanDefinitionRegistry) in AOT. |
| NacosConfigBeanDefinitionRegistrar |
Nacos Config
BeanDefinition Registrar |
| NacosConfigListenerMethodProcessor |
@NacosConfigListener method Processor |
| NacosValueAnnotationBeanPostProcessor |
Injected
NacosValue
BeanPostProcessor implementation. |
| 注释类型 | 说明 |
|---|---|
| EnableNacosConfig |
Annotation for enabling Nacos Config features.
|
| NacosPropertySource |
An annotation for Nacos
PropertySource |
| NacosPropertySources |
Multiple
@NacosPropertySource annotations. |
Copyright © 2023. All rights reserved.