mirror of
https://gitee.com/dromara/Jpom.git
synced 2024-12-02 20:08:40 +08:00
fix
This commit is contained in:
parent
b141cf2fc7
commit
46b8ed4ae8
@ -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());
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user