Support for creating database and schema

This commit is contained in:
SwallowGG
2023-10-24 19:23:38 +08:00
parent bbacf38ac8
commit a68ea74783

View File

@ -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();
}