Shy-Chen
Shy-Chen
Fix the OverrideListener coverage problem of multiple dubboServices when exporting dubbo applications. Because registryUrl is used as the key, only one dubboService can listen to the configuration when the dynamic...
请问下 这段代码目前是有问题的吗 会导致多个服务动态配置监听会被覆盖 最终只有一个服务可以监听到动态配置信息 
参考官方的demo 使用如下这种方式来刷新@ConfigurationProperties配置文件 但是没有生效 this.applicationContext.publishEvent(new EnvironmentChangeEvent(changedKeys)); 请教下这个是什么问题?
引入jraft-core后 报错 oshi-core defined in koupleless is not supported in project. jraft-core版本1.3.13 koupleless版本1.4.2-SNAPSHOT springboot版本 2.7.16 