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.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 {
|
||||||
|
|||||||
Reference in New Issue
Block a user