diff options
| author | wangkuan <[email protected]> | 2024-06-18 14:08:18 +0800 |
|---|---|---|
| committer | wangkuan <[email protected]> | 2024-06-18 14:08:18 +0800 |
| commit | df1ba7e00bc761f2f3f795257dfa962bcb2088cf (patch) | |
| tree | 27225cc9f1b09ef58a5e6eb23063d84d4ebb6108 /groot-common | |
| parent | 80769f631cfdd66ae5b5f1824a00d12fa2e5e43a (diff) | |
[improve][bootstrap][core]优化UDF字符串数组配置解析方法,完善单元测试feature/improve-functions
Diffstat (limited to 'groot-common')
| -rw-r--r-- | groot-common/src/main/java/com/geedgenetworks/common/Constants.java | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/groot-common/src/main/java/com/geedgenetworks/common/Constants.java b/groot-common/src/main/java/com/geedgenetworks/common/Constants.java index 0e613eb..46955cb 100644 --- a/groot-common/src/main/java/com/geedgenetworks/common/Constants.java +++ b/groot-common/src/main/java/com/geedgenetworks/common/Constants.java @@ -25,6 +25,7 @@ public final class Constants { public static final String SYSPROP_GROOTSTREAM_CONFIG = "grootstream.config"; + public static final String SYSPROP_GROOTSTREAM_PREFIX = "props."; public static final String HAZELCAST_GROOTSTREAM_CONFIG_FILE_PREFIX = "grootstream"; public static final String HAZELCAST_GROOTSTREAM_CONFIG_DEFAULT = "grootstream.yaml"; |
