【7.0.4】整理代码

pull/17/head
fengshuonan 2021-05-17 20:32:57 +08:00
parent 2f0af1403b
commit 6ce9f1364f
1 changed files with 1 additions and 1 deletions

View File

@ -100,7 +100,7 @@ public class ConfigInitListener extends ContextInitializedListener implements Or
entityList.forEach(sysConfig -> ConfigContext.me().putConfig(sysConfig.getStr("config_code"), sysConfig.getStr("config_value")));
}
} catch (ClassNotFoundException e) {
log.error("初始化系统配置表失败,找不到{}类 : {}",driverClassName,e);
log.error("初始化系统配置表失败,找不到{}类 : {}", driverClassName, e);
throw new ConfigException(ConfigExceptionEnum.CLASS_NOT_FOUND_ERROR);
} catch (SQLException sqlException) {
log.error("初始化系统配置表失败,执行查询语句失败", sqlException);