This commit is contained in:
bwcx_jzy 2022-02-16 12:41:52 +08:00
parent b141cf2fc7
commit 46b8ed4ae8
No known key found for this signature in database
GPG Key ID: 5E48E9372088B9E5

View File

@ -255,8 +255,8 @@ public class InitDb implements DisposableBean, InitializingBean, SignalHandler {
GlobalDSFactory.set(null);
dsFactory.destroy();
Console.log("h2 db destroy");
} catch (Throwable ignored) {
System.err.println(ignored.getMessage());
} catch (Throwable throwable) {
System.err.println(throwable.getMessage());
}
}