File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -64,6 +64,16 @@ gcloud components update app-engine-java
6464gcloud components update
6565```
6666
67+ ### Configure the ` app.yaml ` descriptor
68+
69+ The [ ` app.yaml ` ] [ app-yaml ] descriptor is optional, and is used to describe
70+ URL dispatch and resource requirements. We recommend that you initially
71+ configure [ ` manual_scaling ` ] [ manual-scaling ] and disable
72+ [ health-checks] [ health-checking ] .
73+
74+ [ app-yaml ] : https://cloud.google.com/appengine/docs/flexible/java/configuring-your-app-with-app-yaml
75+ [ manual-scaling ] : https://cloud.google.com/appengine/docs/flexible/java/configuring-your-app-with-app-yaml#manual-scaling
76+ [ health-checking ] : https://cloud.google.com/appengine/docs/flexible/java/configuring-your-app-with-app-yaml#health_checks
6777
6878## Run the application locally
6979
@@ -78,6 +88,10 @@ gcloud components update
78881 . ` mvn appengine:deploy `
79891 . Visit ` http://YOUR_PROJECT.appspot.com ` .
8090
91+ Note that Flex deployment requires the new [ ` com.google.cloud.tools:appengine-maven-plugin `
92+ plugin] [ new-maven-plugin ] .
93+
94+ [ new-maven-plugin ] : https://cloud.google.com/appengine/docs/flexible/java/using-maven
8195
8296Java is a registered trademark of Oracle Corporation and/or its affiliates.
8397
You can’t perform that action at this time.
0 commit comments