优化密码数据存储位置

This commit is contained in:
黄艳鹏 2024-08-07 16:36:44 +08:00
parent d574b49ef9
commit b01d85a4d1

View File

@ -52,7 +52,7 @@ public class AppStart implements ApplicationRunner {
}
}
if (configFile.exists()) {
if (!configFile.exists()) {
throw new RuntimeException("配置文件不存在. 请参考官方部署说明文档:" + deployDoc);
}