[[["易于理解","easyToUnderstand","thumb-up"],["解决了我的问题","solvedMyProblem","thumb-up"],["其他","otherUp","thumb-up"]],[["很难理解","hardToUnderstand","thumb-down"],["信息或示例代码不正确","incorrectInformationOrSampleCode","thumb-down"],["没有我需要的信息/示例","missingTheInformationSamplesINeed","thumb-down"],["翻译问题","translationIssue","thumb-down"],["其他","otherDown","thumb-down"]],["最后更新时间 (UTC):2025-04-03。"],[[["The `app.yaml` file is used to configure an App Engine app, including its runtime, handlers, scaling, and environment variables, and it acts as a deployment descriptor for a specific service version."],["If an `app.yaml` file is not created, the `gcloud app deploy` command can automatically generate one containing the necessary settings for the application to run."],["For simple Java apps in the standard environment, the `app.yaml` file typically only requires the `runtime` element, as App Engine provides default values for other settings."],["You can use a custom name for your `app.yaml` file, but you must then specify this file name in the deployment command when using `gcloud app deploy`."],["In a Maven project, the standard location for the `app.yaml` file is within the `src/main/appengine` directory, and if multiple JAR files or a custom entry point are required, you must define it within the `entrypoint` element of `app.yaml`."]]],[]]