小编Noo*_*dly的帖子

Java:将多个属性文件作为一个加载

如果标题不清楚,请见谅。

我想要做的是“在彼此之上”加载配置文件。

假设我有配置 #1:

config.property=Something Here

和配置#2:

config.otherproperty=Other Thingy Here

Java 应用程序将其加载为:

config.property=Something Here

config.otherproperty=Other Thingy Here

好像这都是一个文件。

我该怎么做?

java file

1
推荐指数
1
解决办法
5428
查看次数

标签 统计

file ×1

java ×1