Spring Cloud Config配置属性刷新之手动刷新

本文介绍了Spring Cloud Config客户端如何实现配置属性的手动刷新,特别是使用@RefreshScope注解的原理和作用。当配置发生变化时,@RefreshScope允许正在使用的旧配置完成任务,而新的配置将在后续操作中生效。通过添加spring-boot-starter-actuator依赖并使用curl命令调用/refresh端点来刷新配置。然而,当服务数量增多时,这种方式可能存在问题。文章探讨了这些问题以及可能的解决方案。
摘要由CSDN通过智能技术生成

实现自动刷新 config server 是不需要修改的,去 config client 真正的微服务那边去修改

A Spring @Bean that is marked as @RefreshScope will get special treatment when there is a configuration change. This addresses the problem of stateful beans that only get their configuration injected when they are initialized.

当配置发生修改的时候,用@RefreshScope标注的springbean它会得到特殊处理。

For instance if a DataSource has open connections when the database URL is changed via the Environment, we probably want the holders of those connections to be able to complete what they are doing. Then the next time someone borrows a connection from the pool he gets one with the new URL.

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值