mirror of
https://gitee.com/dromara/liteFlow.git
synced 2026-05-15 04:22:09 +08:00
optimized: 简化正则表达式,让它看起来更加的直观
This commit is contained in:
@@ -90,7 +90,7 @@ public class FlowExecutor {
|
||||
return;
|
||||
}
|
||||
|
||||
List<String> sourceRulePathList = Lists.newArrayList(liteflowConfig.getRuleSource().split(",|;"));
|
||||
List<String> sourceRulePathList = Lists.newArrayList(liteflowConfig.getRuleSource().split("[,;]"));
|
||||
|
||||
FlowParser parser = null;
|
||||
Set<String> parserNameSet = new HashSet<>();
|
||||
|
||||
Reference in New Issue
Block a user