mirror of
https://gitee.com/dromara/Jpom.git
synced 2024-12-04 12:58:24 +08:00
fix 优化 windows 数据库备份路径
This commit is contained in:
parent
de2f84d9ce
commit
961ea3d742
@ -194,7 +194,7 @@ public class DbConfig {
|
||||
return;
|
||||
}
|
||||
String dbName = this.getDbName();
|
||||
File recoverBackup = FileUtil.file(dbLocalPathFile, "recover_backup", DateTime.now().toString());
|
||||
File recoverBackup = FileUtil.file(dbLocalPathFile, "recover_backup", DateTime.now().toString(DatePattern.PURE_DATETIME_FORMAT));
|
||||
//
|
||||
IPlugin plugin = PluginFactory.getPlugin("db-h2");
|
||||
Map<String, Object> map = new HashMap<>(10);
|
||||
|
Loading…
Reference in New Issue
Block a user