shawn
shawn
```java import com.ctrip.framework.apollo.core.ConfigConsts; import com.ctrip.framework.apollo.spring.annotation.ApolloConfigChangeListener; import org.springframework.cloud.context.config.annotation.RefreshScope; import java.lang.annotation.*; @Retention(RetentionPolicy.RUNTIME) @Target({ElementType.TYPE}) @Documented @RefreshScope public @interface ApolloRefreshScope { /** * @see ApolloConfigChangeListener#value() */ String[] value() default {ConfigConsts.NAMESPACE_APPLICATION}; /** * @see ApolloConfigChangeListener#interestedKeys()...
> > This issue has been automatically marked as stale because it has not had activity in the last 30 days. It will be closed in 7 days unless it...
> 能否提供demo代码,我想本地看看。 @shawncny 就两个java文件,如果你要的话我发你