From cc856600431c7c56b03e5eaa8bca44a0eef3c419 Mon Sep 17 00:00:00 2001 From: hzj <826100833@qq.com> Date: Fri, 17 Jan 2025 15:09:14 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E5=B9=B3=E5=8F=B0=E9=A1=B9?= =?UTF-8?q?=E7=9B=AE=E6=9C=8D=E5=8A=A1=E5=90=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../java/com/njcn/common/pojo/constant/ServerInfo.java | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/pqs-common/common-core/src/main/java/com/njcn/common/pojo/constant/ServerInfo.java b/pqs-common/common-core/src/main/java/com/njcn/common/pojo/constant/ServerInfo.java index 3b699adee..74f6a74c8 100644 --- a/pqs-common/common-core/src/main/java/com/njcn/common/pojo/constant/ServerInfo.java +++ b/pqs-common/common-core/src/main/java/com/njcn/common/pojo/constant/ServerInfo.java @@ -51,14 +51,14 @@ public interface ServerInfo { String DATA_PLATFORM = "data-platform-boot"; - String PLATFORM_STAT_BOOT = "platform_stat_boot"; + String PLATFORM_STAT_BOOT = "platform-stat-boot"; - String PLATFORM_RT_BOOT = "platform_rt_boot"; - String PLATFORM_EVENT_BOOT = "platform_event_boot"; + String PLATFORM_RT_BOOT = "platform-rt-boot"; + String PLATFORM_EVENT_BOOT = "platform-event-boot"; - String PLATFORM_DATA_PROCESSING_BOOT = "platform_data_processing_boot"; + String PLATFORM_DATA_PROCESSING_BOOT = "platform-data-processing-boot"; - String PLATFORM_MESSAGE_BOOT = "platform_message_boot"; + String PLATFORM_MESSAGE_BOOT = "platform-message-boot";