This commit is contained in:
zhou-hao
2017-11-30 12:00:56 +08:00
parent 4e4d17390e
commit 0cd7f26c0d
20 changed files with 66 additions and 129 deletions

View File

@@ -30,8 +30,9 @@ public class DataSourceCache {
try {
//等待初始化完成
initLatch.await();
} catch (InterruptedException ignored) {
} catch (Exception ignored) {
log.warn(ignored.getMessage(),ignored);
} finally {
initLatch = null;
}