浏览代码

测试环境发布

zhenglingfeng 8 年之前
父节点
当前提交
349e1c3bd9

+ 8 - 8
hos-broker/src/main/java/com/yihu/hos/common/compiler/CamelCompiler.java

@ -125,13 +125,13 @@ public class CamelCompiler {
    }
    public static void main(String[] args) {
        try {
            compiler("/crawler/route", "QuartzRoute","QuartzRoute001","xx000xx");
        } catch (IOException e) {
            e.printStackTrace();
        }
    }
//    public static void main(String[] args) {
//        try {
//            compiler("/crawler/route", "QuartzRoute","QuartzRoute001","xx000xx");
//        } catch (IOException e) {
//            e.printStackTrace();
//        }
//
//    }
}

文件差异内容过多而无法显示
+ 11 - 11
src/main/java/com/yihu/hos/common/CollectHelper.java