From 97e0964f27b0f5d5646f3e0fe019cb2046b3962c Mon Sep 17 00:00:00 2001 From: "1437892690@qq.com" <1437892690@qq.com> Date: Thu, 17 Jul 2025 11:23:55 +0800 Subject: [PATCH] =?UTF-8?q?[=E5=8A=9F=E8=83=BD]=20=E6=9F=A5=E7=9C=8B?= =?UTF-8?q?=E5=92=8C=E4=B8=8B=E8=BD=BD=E6=97=A5=E5=BF=97=E9=A1=B5=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 关联 #[1444848047980544]查看和下载日志页面 http://192.168.0.96:8090/demo/rdm.html#/story-detail/939050947543040/939050947543042/1444848047980544 --- src/main/java/neatlogic/framework/constvalue/SystemProperty.java | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main/java/neatlogic/framework/constvalue/SystemProperty.java b/src/main/java/neatlogic/framework/constvalue/SystemProperty.java index 77cfc1fb6..a7b431bb4 100644 --- a/src/main/java/neatlogic/framework/constvalue/SystemProperty.java +++ b/src/main/java/neatlogic/framework/constvalue/SystemProperty.java @@ -19,4 +19,5 @@ package neatlogic.framework.constvalue; public class SystemProperty { public final static String LOG4J_HOME = "log4j.home"; + public final static String INSTANCE_NAME = "instance.name"; } -- Gitee