mirror of
https://github.com/CodePhiliaX/Chat2DB.git
synced 2025-07-30 03:03:13 +08:00
Support for creating database and schema
This commit is contained in:
@ -108,7 +108,7 @@ public class DatabaseExportService {
|
||||
try {
|
||||
export(outputStream, exportOptions);
|
||||
} catch (Exception e) {
|
||||
throw new RuntimeException("导出失败!请联系开发者,邮箱:963565242@qq.com" + e);
|
||||
throw new RuntimeException("导出失败!请联系开发者" + e);
|
||||
}
|
||||
init();
|
||||
}
|
||||
|
Reference in New Issue
Block a user