将配置转换时间的时区设置由写死改成提到配置文件中

This commit is contained in:
wangxin
2018-06-11 17:10:20 +08:00
parent 61714cd338
commit 80381c2eb2
3 changed files with 8 additions and 2 deletions

View File

@@ -7,6 +7,10 @@ import java.util.Map;
import com.google.gson.GsonBuilder;
public final class Constants {
/**
* 当前时区
*/
public static final int TIME_ZONE = ConfigUtils.getIntProperty("time_zone", 8);
/**
* 区域GK类型
*/