mirror of
https://github.com/hs-web/hsweb-framework.git
synced 2026-06-20 22:36:12 +08:00
fix bugs
This commit is contained in:
@@ -30,8 +30,9 @@ public class DataSourceCache {
|
||||
try {
|
||||
//等待初始化完成
|
||||
initLatch.await();
|
||||
} catch (InterruptedException ignored) {
|
||||
} catch (Exception ignored) {
|
||||
log.warn(ignored.getMessage(),ignored);
|
||||
|
||||
} finally {
|
||||
initLatch = null;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user