发送反馈
在 App Engine 标准环境中创建应用
使用集合让一切井井有条
根据您的偏好保存内容并对其进行分类。
注意 :Cloud Tools for Eclipse 仅与 App Engine Java 8 运行时兼容,并将于 2024 年 1 月 31 日停止支持 。在此日期之后,现有的 Java 8 应用将继续运行并接收流量。但是,您无法部署新应用或更新使用支持终止日期之后 的运行时的现有应用。我们建议您迁移到受支持的最新 Java 版本 。
Cloud Tools for Eclipse 在 Eclipse 内提供了一个向导,用于在 App Engine 标准环境中创建新的 Java 应用。
准备工作
登录您的 Google Cloud 账号。如果您是 Google Cloud 新手,请创建一个账号 来评估我们的产品在实际场景中的表现。新客户还可获享 $300 赠金,用于运行、测试和部署工作负载。
In the Google Cloud console, on the project selector page,
select or create a Google Cloud project.
Note : If you don't plan to keep the
resources that you create in this procedure, create a project instead of
selecting an existing project. After you finish these steps, you can
delete the project, removing all resources associated with the project.
Go to project selector
确保您的 Google Cloud 项目已启用结算功能 。
Enable the Cloud Build API.
Enable the API
Install the Google Cloud CLI.
To initialize the gcloud CLI, run the following command:
gcloud init
In the Google Cloud console, on the project selector page,
select or create a Google Cloud project.
Note : If you don't plan to keep the
resources that you create in this procedure, create a project instead of
selecting an existing project. After you finish these steps, you can
delete the project, removing all resources associated with the project.
Go to project selector
确保您的 Google Cloud 项目已启用结算功能 。
Enable the Cloud Build API.
Enable the API
Install the Google Cloud CLI.
To initialize the gcloud CLI, run the following command:
gcloud init
在 Google Cloud 控制台中为您的 Google Cloud 项目创建 App Engine 应用。
打开应用创建
选择您希望应用的计算资源所位于的区域。
注意 :创建 App Engine 应用后,您无法更改区域。为降低延迟,请选择与您的应用的目标用户最靠近的区域。如需详细了解可用区域,请参阅 App Engine 位置 。
确保您拥有最新版本的 Cloud Tools for Eclipse 。
在 App Engine 标准环境中创建新的 Java 项目
要在 Eclipse 中为 App Engine 标准环境创建新项目,请执行以下操作:
点击Google Cloud Platform 工具栏按钮 。
选择创建新项目 > Google App Engine标准Java项目 。
输入项目名称 和(可选)Java包。
要创建基于Maven的App Engine项目,请选择“创建为Maven项目”, 然后输入您选择的Maven组ID 和工件ID 来设置该项目的坐标。组ID 通常与程序包名称相同,但不必相同。工件ID 通常与项目名称相同或相似,但不必相同。
单击下一步 。
选择项目中需要的任何库。
点击完成 。
该向导将生成一个带有简单servlet的本地Eclipse项目,您可以从IDE中运行和部署该项目。
后续步骤
发送反馈
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可 获得了许可,并且代码示例已根据 Apache 2.0 许可 获得了许可。有关详情,请参阅 Google 开发者网站政策 。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2024-10-04。
需要向我们提供更多信息?
[[["易于理解","easyToUnderstand","thumb-up"],["解决了我的问题","solvedMyProblem","thumb-up"],["其他","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["翻译问题","translationIssue","thumb-down"],["其他","otherDown","thumb-down"]],["最后更新时间 (UTC):2024-10-04。"],[],[]]