优化密码数据存储位置
This commit is contained in:
parent
d574b49ef9
commit
b01d85a4d1
@ -52,7 +52,7 @@ public class AppStart implements ApplicationRunner {
|
||||
}
|
||||
}
|
||||
|
||||
if (configFile.exists()) {
|
||||
if (!configFile.exists()) {
|
||||
throw new RuntimeException("配置文件不存在. 请参考官方部署说明文档:" + deployDoc);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user