This commit is contained in:
2018-08-14 18:37:34 +08:00
parent 97897db22c
commit 538f42181f
13 changed files with 34 additions and 43 deletions

View File

@@ -31,7 +31,7 @@ public class Constants {
* 两个标识ID组合在分布式环境中必须唯一
*/
public static long DATACENTER_ID = 1;
public static long MACHINES_SIGN = 1;
public static long MACHINES_ID = 1;
/**
* 流量控制,表示每秒处理的并发数

View File

@@ -1,5 +1,5 @@
#Generated by Maven
#Tue Aug 14 15:16:52 CST 2018
#Tue Aug 14 18:31:53 CST 2018
version=1.0-SNAPSHOT
groupId=cn.ceres.did
artifactId=did-common