AggregateFilterProperties support hot update

This commit is contained in:
lancer.hong
2022-04-29 11:23:38 +08:00
parent 4aac8bbc26
commit 5ae4919216

View File

@@ -20,13 +20,15 @@ import lombok.Data;
import org.springframework.beans.factory.annotation.Value; import org.springframework.beans.factory.annotation.Value;
import org.springframework.cloud.context.config.annotation.RefreshScope; import org.springframework.cloud.context.config.annotation.RefreshScope;
import org.springframework.stereotype.Component; import org.springframework.stereotype.Component;
import we.context.config.annotation.FizzRefreshScope;
/** /**
* {@link AggregateFilter} properties * {@link AggregateFilter} properties
* *
* @author zhongjie * @author zhongjie
*/ */
@RefreshScope //@RefreshScope
@FizzRefreshScope
@Component @Component
@Data @Data
public class AggregateFilterProperties { public class AggregateFilterProperties {