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.
我有一个 Eclipse 项目,其中包含大约 50 个不同的配置文件,这些文件当前直接位于 src 文件夹下。我想将它们全部放在一个文件夹中,例如 src/config 以减少混乱。
但 Eclipse 似乎并不喜欢它。按照这里的建议,我尝试配置构建路径以包含此文件夹以及运行配置,但没有运气。
该怎么办?将它们全部留在 src 文件夹中?