mirror of https://gitee.com/xiaonuobase/snowy
【更新】数据库连接错误的信息打印
parent
0a2cbf3629
commit
13ea45eeef
|
@ -110,7 +110,8 @@ public class ConstantsInitListener implements ApplicationListener<ApplicationCon
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
} catch (SQLException | ClassNotFoundException e) {
|
} catch (SQLException | ClassNotFoundException e) {
|
||||||
log.error(">>> 读取数据库constants配置信息出错:{}", e.getMessage());
|
log.error(">>> 读取数据库constants配置信息出错:");
|
||||||
|
e.printStackTrace();
|
||||||
throw new ServiceException(SysConfigExceptionEnum.DATA_SOURCE_NOT_EXIST);
|
throw new ServiceException(SysConfigExceptionEnum.DATA_SOURCE_NOT_EXIST);
|
||||||
} finally {
|
} finally {
|
||||||
DbUtil.close(conn);
|
DbUtil.close(conn);
|
||||||
|
|
Loading…
Reference in New Issue