浏览代码

适配金岭环境

cczhang 2 个月前
父节点
当前提交
755bc7aa16
共有 1 个文件被更改,包括 3 次插入1 次删除
  1. 3
    1
      src/main/java/com/horizon/common/constant/Constants.java

+ 3
- 1
src/main/java/com/horizon/common/constant/Constants.java 查看文件

@@ -11,7 +11,9 @@ public class Constants {
11 11
     /**
12 12
      * WF服务器URL,临时写死,后续会写到配置文件中
13 13
      */
14
-    public static final String WF_PRE_URL = "http://172.16.7.51:10034/jlyypt";
14
+    // public static final String WF_PRE_URL = "http://172.16.7.51:10034/jlyypt";
15
+    // 金岭
16
+    public static final String WF_PRE_URL = "http://http://10.198.1.18:8003";
15 17
     public static final ExecutorService EXECUTOR_SERVICE = Executors.newFixedThreadPool(10);
16 18
 
17 19
 }

正在加载...
取消
保存