|
|
|
@ -81,7 +81,7 @@ public class MysqlRestoreService {
|
|
|
|
|
} catch (Exception e) {
|
|
|
|
|
throw new RuntimeException("还原数据库失败: " + e.getMessage(), e);
|
|
|
|
|
}
|
|
|
|
|
System.out.println("数据库还原完成");
|
|
|
|
|
System.out.println("恭喜,数据库还原完成");
|
|
|
|
|
} catch (Exception e) {
|
|
|
|
|
throw new RuntimeException("还原过程失败: " + e.getMessage(), e);
|
|
|
|
|
} finally {
|
|
|
|
|