标签: spring-cloud spring-cloud-config
引自spring-cloud-doc:
RefreshScope是上下文中的一个bean,它有一个公共方法refreshAll(),通过清除目标缓存来刷新作用域中的所有bean。还有一个刷新(String)方法来按名称刷新单个bean。此功能在/ refresh端点(通过HTTP或JMX)公开。
如何调用/refresh端点按名称刷新单个bean(@RefreshScope)? spring-cloud-commons的源代码没有告诉我。或者我理解“这个功能”是错误的。
/refresh
@RefreshScope