提交 191a9948 编写于 作者: O o2null

修改目录创建

上级 95546984
......@@ -93,9 +93,9 @@ public abstract class JettySeverTools {
jars.add(file.getAbsolutePath());
}
}
if (module.dynamicJars()!=null && module.dynamicJars().length > 0) {
if (module.dynamicJars() != null && module.dynamicJars().length > 0) {
IOFileFilter filter = new WildcardFileFilter(DynamicEntity.JAR_PREFIX + "*.jar");
for (File o : FileUtils.listFiles(Config.dir_dynamic_jars(), filter, null)) {
for (File o : FileUtils.listFiles(Config.dir_dynamic_jars(true), filter, null)) {
jars.add(o.getAbsolutePath());
}
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册