解决IP Spoofing表单不对应

解决 msgProp读取不到文件时,空指针错误
This commit is contained in:
leijun
2018-12-18 16:49:16 +08:00
parent b58b710d47
commit 317cb9ab28
2 changed files with 12 additions and 2 deletions

View File

@@ -757,7 +757,7 @@ public class BaseController {
}
} catch (Exception e) {
msgProp = null;
//msgProp = null;
logger.error("未知i18n消息配置文件,请确定文件是否存在!", e);
}
return msgProp;