Skip to content

Commit 5ffc19e

Browse files
authored
Add some missing information for Flex deployment
1 parent 797fef5 commit 5ffc19e

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

helloworld-springboot/README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,16 @@ gcloud components update app-engine-java
6464
gcloud 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
7888
1. `mvn appengine:deploy`
7989
1. 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

8296
Java is a registered trademark of Oracle Corporation and/or its affiliates.
8397

0 commit comments

Comments
 (0)