Properties
程序员文章站
2022-04-25 13:35:17
...
public static Properties getPropertiesFile () { File file = new File(filePath); if(file.exists() && !file.isDirectory()) { try (FileReader fr = new FileReader(file)) { props.load(fr); return props; } catch (Exception ioe) { ioe.printStackTrace(); } } else { System.err.println("Missing .properties file."); } return null; }
上一篇: IE6已终止操作问题的2种情况及解决_javascript技巧
下一篇: 保藏PHP常用函数
推荐阅读
-
spring boot application properties配置实例代码详解
-
Csla One or more properties are not registered for this type
-
Java读取Properties文件的七种方法的总结
-
ajax读取properties资源文件数据的方法
-
eclipse中怎么安装properties插件?
-
使用Properties集合操作存储数据
-
IDEA开发spring boot应用时 application.yml 或 application.properties 自定义属性提示
-
详解Java中log4j.properties配置与加载应用
-
JSP 中Spring的Resource类读写中文Properties实例代码
-
Java 使用properties配置文件加载配置