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 74f6a74c8..62886cadd 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 = "stat-boot"; - String PLATFORM_RT_BOOT = "platform-rt-boot"; - String PLATFORM_EVENT_BOOT = "platform-event-boot"; + String PLATFORM_RT_BOOT = "rt-boot"; + String PLATFORM_EVENT_BOOT = "event-boot"; - String PLATFORM_DATA_PROCESSING_BOOT = "platform-data-processing-boot"; + String PLATFORM_DATA_PROCESSING_BOOT = "data-processing-boot"; - String PLATFORM_MESSAGE_BOOT = "platform-message-boot"; + String PLATFORM_MESSAGE_BOOT = "message-boot";