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的过程也有意思。蛮重要的。



