Sam
Results
1
issues of
Sam
` @Slf4j @Component public class ApolloConfig implements ApplicationContextAware { private ApplicationContext applicationContext; @ApolloConfigChangeListener public void onChange(ConfigChangeEvent changeEvent){ log.info("apollo conf update starts!"); // 更新configrationProperties applicationContext.publishEvent(new EnvironmentChangeEvent(changeEvent.changedKeys())); log.info("apollo conf update success!"); }...