java生成properties工具类

时间:2021-01-01 08:39:25
【文件属性】:
文件名称:java生成properties工具类
文件大小:2KB
文件格式:ZIP
更新时间:2021-01-01 08:39:25
properties 1.OutputOrderProperties p = new OutputOrderProperties(); 2.FileInputStream fs = new FileInputStream("文件路径"); 3.p.load(new InputStreamReader(fs, "utf-8")); 4.p.put("jdbc.name", dbConfig.getJdbcName(),"jdbc名称"); 5.p.orderStore(new OutputStreamWriter(os1, "utf-8"), null);
【文件预览】:
java生成properties文件工具类
----OutputOrderProperties.java(7KB)

网友评论