如果标题不清楚,请见谅。
我想要做的是“在彼此之上”加载配置文件。
假设我有配置 #1:
config.property=Something Here
和配置#2:
config.otherproperty=Other Thingy Here
Java 应用程序将其加载为:
好像这都是一个文件。
我该怎么做?
java file
file ×1
java ×1