Merge branch 'refs/heads/master' into REQ-2393
This commit is contained in:
commit
d0c5bb67ea
@ -5,6 +5,7 @@ import org.springframework.boot.context.properties.ConfigurationProperties;
|
||||
import org.springframework.cloud.context.config.annotation.RefreshScope;
|
||||
import org.springframework.context.annotation.Configuration;
|
||||
|
||||
import java.util.ArrayList;
|
||||
import java.util.List;
|
||||
|
||||
/**
|
||||
@ -22,6 +23,6 @@ import java.util.List;
|
||||
@Data
|
||||
public class WorkflowProperties {
|
||||
|
||||
private List<String> filterOperations;
|
||||
private List<String> filterOperations = new ArrayList<>();
|
||||
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user