@@ -48,14 +48,14 @@ public class DataUpgradeListener implements ApplicationListener<ApplicationPrepa
// 首次安装模式,仅执行数据初始化
this.handlerInstall();
// 执行完后默认退出程序
- System.exit(1);
+ System.exit(0);
}
if (RunMode.UPGRADE == properties.getRunMode()) {
// 升级模式,仅执行数据升级
this.handlerUpgrade();
// 启动模式