码迷,mamicode.com
首页 > 其他好文 > 详细

读取property配置文件

时间:2014-06-12 00:17:57      阅读:201      评论:0      收藏:0      [点我收藏+]

标签:get   文件   string   res   测试   url   

 

[支持main方法测试]

ResourceBundle resourceBundle = ResourceBundle.getBundle("service");
        String url = resourceBundle.getString("serviceid");
        System.out.println(url);

 

service.properties [配置文件,放在src根目录下]

serviceid=1

 

[不支持中文]

 

读取property配置文件,布布扣,bubuko.com

读取property配置文件

标签:get   文件   string   res   测试   url   

原文地址:http://www.cnblogs.com/IRIS-TK1/p/3772022.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!