Skip to content

Commit 7a53623

Browse files
committed
Polish "Clarify deployment of Spring Boot apps to App Engine Standard"
See gh-13090
1 parent 676b013 commit 7a53623

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

spring-boot-project/spring-boot-docs/src/main/asciidoc/deployment.adoc

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -400,10 +400,12 @@ identifier for you and also sets up HTTP routes. Add a Java app to the project a
400400
it empty and then use the https://cloud.google.com/sdk/downloads[Google Cloud SDK] to
401401
push your Spring Boot app into that slot from the command line or CI build.
402402

403-
App Engine Standard requires one to use WAR packaging. Follow https://github.com/GoogleCloudPlatform/getting-started-java/blob/master/appengine-standard-java8/springboot-appengine-standard/README.md[these steps] to deploy App Engine Standard application to Google Cloud.
403+
App Engine Standard requires you to use WAR packaging. Follow
404+
https://github.com/GoogleCloudPlatform/getting-started-java/blob/master/appengine-standard-java8/springboot-appengine-standard/README.md[these steps]
405+
to deploy App Engine Standard application to Google Cloud.
404406

405-
App Engine Flex on the other hand requires you to create an `app.yaml` file to describe
406-
the resources your app requires. Normally, you put this file in `src/main/appengine`,
407+
Alternatively, App Engine Flex requires you to create an `app.yaml` file to describe
408+
the resources your app requires. Normally, you put this file in `src/main/appengine`,
407409
and it should resemble the following file:
408410

409411
[source,yaml,indent=0]

0 commit comments

Comments
 (0)