From 09ac62bca1d5607020b480b4ce4fd7fa2bd03088 Mon Sep 17 00:00:00 2001 From: qiminbao Date: Mon, 25 Aug 2025 14:07:35 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0TCP=E6=95=B0=E6=8D=AE?= =?UTF-8?q?=E5=A4=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../tongran/agentserver/server/collect/config/GlobalConfig.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/com/tongran/agentserver/server/collect/config/GlobalConfig.java b/src/main/java/com/tongran/agentserver/server/collect/config/GlobalConfig.java index db927d7..80fb491 100644 --- a/src/main/java/com/tongran/agentserver/server/collect/config/GlobalConfig.java +++ b/src/main/java/com/tongran/agentserver/server/collect/config/GlobalConfig.java @@ -33,7 +33,7 @@ public class GlobalConfig { // 为全局变量赋值 COMMUNITY = props.getProperty("switch.core-switch.community", "public"); - SWITCH_IP = props.getProperty("witch.core-switch.ip", "127.0.0.1"); + SWITCH_IP = props.getProperty("switch.core-switch.ip", "127.0.0.1"); PORT = Integer.parseInt(props.getProperty("switch.core-switch.port", "161"));