mirror of
https://github.com/CodePhiliaX/Chat2DB.git
synced 2025-08-01 08:52:11 +08:00
dbeaver导入实现
This commit is contained in:
@ -233,7 +233,7 @@ public class ConverterServiceImpl implements ConverterService {
|
||||
//删除临时文件
|
||||
FileUtils.delete(file);
|
||||
//删除导入dbeaver时,dbp产生的临时配置文件
|
||||
//projects.forEach(v -> FileUtils.delete(new File(ConfigUtils.CONFIG_BASE_PATH + File.separator + v)));
|
||||
projects.forEach(v -> FileUtils.delete(new File(ConfigUtils.CONFIG_BASE_PATH + File.separator + v)));
|
||||
return vo;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user