From 227a7c800270660f5bb5b77f07eeb36c5c5cb76c Mon Sep 17 00:00:00 2001 From: LHB-rabbit <1154063606@qq.com> Date: Tue, 14 Jan 2025 16:12:40 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=94=B9=E8=B5=84=E6=BA=90=E8=B7=AF?= =?UTF-8?q?=E5=BE=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- gradle.properties | 6 +++--- .../src/main/java/yem/cosmic/debug/DebugApplication.java | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/gradle.properties b/gradle.properties index 93ba871..db69ecb 100644 --- a/gradle.properties +++ b/gradle.properties @@ -12,9 +12,9 @@ systemProp.artifactId=yem-cosmic systemProp.version=1.0.0 systemProp.jdk.version=1.8 systemProp.developer_flag=yem -systemProp.project_dir=D:/Kingdee Coad/dbys/dbyssh/csdb/csdb -systemProp.cosmic_home=D:/Kingdee Coad/dbys/dbyssh/csdb/csdb -#systemProp.cosmic_libs_path=D:/workspace_cosmic/home/mservice-cosmic/lib +systemProp.project_dir=D:/Kingdee Coad/Standard products/Cosmic_YEMStandard +systemProp.cosmic_home=D:/Kingdee Coad/Standard products +systemProp.cosmic_libs_path=D:/Kingdee File/resources/6.0.1/mservice-cosmic/lib #systemProp.cosmic_static_path=D:/workspace_cosmic/home/static-file-service #systemProp.res_url=http://192.168.3.144:268/studio/environment/download/5 #systemProp.zk_url=http://192.168.3.144:2181 diff --git a/yem-cosmic-debug/src/main/java/yem/cosmic/debug/DebugApplication.java b/yem-cosmic-debug/src/main/java/yem/cosmic/debug/DebugApplication.java index 2e022d5..dc0b236 100644 --- a/yem-cosmic-debug/src/main/java/yem/cosmic/debug/DebugApplication.java +++ b/yem-cosmic-debug/src/main/java/yem/cosmic/debug/DebugApplication.java @@ -24,7 +24,7 @@ public class DebugApplication { // cosmic.setConfigUrl("127.0.0.1:2181?user=zk&password=xxx"); cosmic.setConfigUrl("192.168.3.84:2181"); - cosmic.setWebResPath("D:/Kingdee Coad/dbys/dbyssh/csdb/csdb/static-file-service"); + cosmic.setWebResPath("D:/Kingdee File/resources/6.0.1/static-file-service"); // cosmic.setMcServerUrl("http://127.0.0.1:8090"); cosmic.setMcServerUrl("http://192.168.3.84:8090/"); cosmic.setConfigUrl("192.168.3.84:2181", "zookeeper", "Cosmic@1450");