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.
我想为前端和后端实例使用 Java 中的 maven 创建一个 App Engine Modules 项目。
为此,我对模块项目结构以及模块应用程序引擎项目的原型一无所知。
文档将引导您完成使用 Maven 创建 App Engine 模块的过程。如果您使用appengine-skeleton-archetype原型,Maven 将为您创建目录结构。
appengine-skeleton-archetype
如果您对所有模块都使用 Java(提示:您不必这样做),您将需要创建一个与您的每个 App Engine 模块相对应的 Maven 模块。
App Engine 模块文档说明了如何配置您的模块。