This sample shows how to deploy a Spring Boot application to Google App Engine stadndard.
See Prerequisites.
mvn clean package appengine:deploy -Dapp.deploy.projectId=<your-project-id>To view your app, use command:
gcloud app browse
Or navigate to https://<your-project-id>.appspot.com.