springboot和apollo

springboot和apollo,第1张

apollo分为服务端和客户端,springboot是客户端。 apollo刷新

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

欢迎分享,转载请注明来源:内存溢出

原文地址: http://outofmemory.cn/langs/789484.html

(0)
打赏 微信扫一扫 微信扫一扫 支付宝扫一扫 支付宝扫一扫
上一篇 2022-05-05
下一篇 2022-05-05

发表评论

登录后才能评论

评论列表(0条)

保存