[[["容易理解","easyToUnderstand","thumb-up"],["確實解決了我的問題","solvedMyProblem","thumb-up"],["其他","otherUp","thumb-up"]],[["難以理解","hardToUnderstand","thumb-down"],["資訊或程式碼範例有誤","incorrectInformationOrSampleCode","thumb-down"],["缺少我需要的資訊/範例","missingTheInformationSamplesINeed","thumb-down"],["翻譯問題","translationIssue","thumb-down"],["其他","otherDown","thumb-down"]],["上次更新時間:2025-06-16 (世界標準時間)。"],[[["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`."]]],[]]