mirror of
https://gitee.com/dromara/liteFlow.git
synced 2026-05-14 20:22:07 +08:00
优化LocalPathContentParser下重复读取文件
This commit is contained in:
@@ -34,7 +34,7 @@ public class LocalPathContentParser implements PathContentParser {
|
||||
}
|
||||
String content = ResourceUtil.readUtf8Str(path);
|
||||
if (StrUtil.isNotBlank(content)){
|
||||
contentList.add(ResourceUtil.readUtf8Str(path));
|
||||
contentList.add(content);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user