java如何读取properties文件?

2024-12-22 15:47:10
推荐回答(2个)
回答1:

../conf/config.properties
还有src是程序运行的根目录,建议把所有与程序相关的都放到src里.不要放在外面

回答2:

ClassLoader.getSystemResourceAsStream("../conf/config.properties")