【fix sonar】CodeConfigProperties文件

This commit is contained in:
梁琦涛
2023-03-27 15:59:20 +08:00
parent 433b1a77b2
commit 93713189a3
@@ -50,7 +50,7 @@ public class CodeConfigProperties {
propertyResourceBundle = new PropertyResourceBundle(bufferedInputStream);
log.info(" JAR方式部署,通过config目录读取配置:" + configPath);
} catch (IOException e) {
e.printStackTrace();
log.error(e.getMessage());
}
return propertyResourceBundle;
}