`
wangminger
  • 浏览: 12256 次
  • 性别: Icon_minigender_1
  • 来自: 天下凤凰
文章分类
社区版块
存档分类
最新评论

读properties文件

阅读更多

 

Properties props = new Properties();

InputStream inputStream = Config.class.getResourceAsStream("/resourece/jdbc.properties");

props.load(inputStream);

System.err.println(props.getProperty("jdbc.url"));

 

分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics