|
@@ -74,10 +74,11 @@ public class SystemConstant {
|
|
|
public static final String ORG_SPLIT = "/";
|
|
|
public static final String THREAD_POOL_CORE_SIZE = "thread.pool.core.size";
|
|
|
public static final String CUSTOM_THREAD_POOL_CORE_SIZE = "custom.thread.pool.core.size";
|
|
|
- public static final String JKSERVER_SINGLE = "jkserver.single";
|
|
|
+// public static final String JKSERVER_SINGLE = "jkserver.single";
|
|
|
public static final String CLOUDMARK_HOST_URL = "cloudmark.host.url";
|
|
|
public static final String SYS_CONFIG_KEY_CHARSETS = "sys.txt.charset";
|
|
|
public final static String SCHOOL_ID = "schoolId";
|
|
|
+ public final static String VERSION = "3.4.0.1";
|
|
|
|
|
|
/**
|
|
|
* http设置
|