`
ts88
  • 浏览: 15414 次
  • 性别: Icon_minigender_1
  • 来自: 广州
社区版块
存档分类
最新评论

读取配置文件

    博客分类:
  • snf
阅读更多

 

@Test
public void readRropertory() {
Properties properties = new Properties();
try {
       properties.load(this.getClass().getResourceAsStream("/conf/sample-setting.properties"));
       System.out.println(properties.get("envName"));
        } catch (IOException e) {
       // TODO Auto-generated catch block
       e.printStackTrace();
        }
}
 

 

分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics