main
黄海 6 months ago
parent 35817e2b09
commit 3866ea8c71

@ -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 {

Loading…
Cancel
Save