欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页

java如何加载properties文件

程序员文章站 2022-07-04 08:45:00
...
Properties props = new Properties();

InputStream in = ConnectionManager.class.getResourceAsStream("/jdbc.properties");

props.load(in);

in.close();

上一篇: NIO学习总结

下一篇: LinQ