AggregateFilterProperties support hot update
This commit is contained in:
@@ -20,13 +20,15 @@ import lombok.Data;
|
||||
import org.springframework.beans.factory.annotation.Value;
|
||||
import org.springframework.cloud.context.config.annotation.RefreshScope;
|
||||
import org.springframework.stereotype.Component;
|
||||
import we.context.config.annotation.FizzRefreshScope;
|
||||
|
||||
/**
|
||||
* {@link AggregateFilter} properties
|
||||
*
|
||||
* @author zhongjie
|
||||
*/
|
||||
@RefreshScope
|
||||
//@RefreshScope
|
||||
@FizzRefreshScope
|
||||
@Component
|
||||
@Data
|
||||
public class AggregateFilterProperties {
|
||||
|
||||
Reference in New Issue
Block a user