You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: spring-boot-project/spring-boot-docs/src/main/asciidoc/deployment.adoc
+5-3Lines changed: 5 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -400,10 +400,12 @@ identifier for you and also sets up HTTP routes. Add a Java app to the project a
400
400
it empty and then use the https://cloud.google.com/sdk/downloads[Google Cloud SDK] to
401
401
push your Spring Boot app into that slot from the command line or CI build.
402
402
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
0 commit comments