Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有 3 个模块链接到与此类似的父项目。
root (pom.xml) +--- mod1 (pom.xml) +--- mod2 (pom.xml) +--- mod3 (pom.xml)
我在 mod1 的 config 文件夹中有一些配置文件。我在 mod2 的 config 文件夹中有其他配置文件。我已将所有这些配置文件放在输出 zip 文件中的一个公共文件夹中。
我现在必须动态更改位置以指向新位置。这可能吗?
如果您使用类路径获取配置文件,则可以移动文件的位置并更改类路径。