com.ctrip.framework.apollo.spring.annotation.ApolloConfigRegistrar#registerBeanDefinitions
//核心方法
BeanRegistrationUtil.registerBeanDefinitionIfNotExists(registry, PropertySourcesProcessor.class.getName(),
PropertySourcesProcessor.class);
Config config = ConfigService.getConfig(namespace);
apollo赋值
//核心代码
BeanRegistrationUtil.registerBeanDefinitionIfNotExists(registry, SpringValueProcessor.class.getName(), SpringValueProcessor.class);
springValueRegistry.register(beanFactory, key, springValue);
springboot启动过程真的有意思,bean的过程也有意思。蛮重要的。
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)