@ -400,10 +400,12 @@ identifier for you and also sets up HTTP routes. Add a Java app to the project a
it empty and then use the https://cloud.google.com/sdk/downloads[Google Cloud SDK] to
it empty and then use the https://cloud.google.com/sdk/downloads[Google Cloud SDK] to
push your Spring Boot app into that slot from the command line or CI build.
push your Spring Boot app into that slot from the command line or CI build.
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.
App Engine Standard requires you to use WAR packaging. Follow