daiyihua 1 рік тому
батько
коміт
0714497580

+ 11 - 0
src/main/java/com/ywt/biz/common/constant/GlobalConstants.java

@@ -28,4 +28,15 @@ public class GlobalConstants {
     public static final String ENABLED = "1";
     public static final String ENABLED = "1";
 
 
 
 
+    /**
+     * DubboReference 的直连协议
+     */
+    public static final String DUBBO_REFERENCE_PROTOCOL = "tri";
+
+    /**
+     * 中控 nfyy_service 服务的 DubboReference 的直连地址
+     */
+    public static final String CENTRAL_CONTROL_SERVICE_NFYY_SERVICE_DUBBO_REFERENCE_URL = "grpc://192.168.3.206:6010";
+
+
 }
 }