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.
我试图了解 Maven 模块和 Maven 项目之间的区别。哪个是什么,我应该在哪里?谢谢
一个 Maven 模块就像一个 Maven 的“子项目”。一个 Maven 项目包含 1 个或多个模块。更多信息在这里。
通常,一个模块会生成单个工件(jar、war、zip 等),尽管并非总是如此。