This commit is contained in:
wentch
2016-01-13 10:27:14 +08:00
parent 7ea12638c5
commit 6aefd6be8a

View File

@@ -545,6 +545,7 @@ public final class Application {
}
public static void main(String[] args) throws Exception {
Utility.midnight(); //先初始化一下Utility
//运行主程序
final Application application = Application.create();
if (System.getProperty("SHUTDOWN") != null) {