update(REQ-2393): 更新 WorkflowProperties 的模型字段含义
This commit is contained in:
parent
9f54cb9758
commit
efa94c4165
@ -23,8 +23,14 @@ import java.util.List;
|
||||
@Data
|
||||
public class WorkflowProperties {
|
||||
|
||||
/**
|
||||
* 用于控制当前服务的控制器异常的日志输出级别从 ERROR 改成 WARN
|
||||
*/
|
||||
private List<String> filterOperations = new ArrayList<>();
|
||||
|
||||
/**
|
||||
* 将指定的 998 开头的响应码统一转成 200, 目前暂时没用了
|
||||
*/
|
||||
private List<String> filterExceptionCode = new ArrayList<>();
|
||||
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user