This sample shows how to deploy a Spring Boot application with an exploded fatjar
to Google App Engine, using the entrypoint element in the app.yaml
to start your application. The sample uses the java command is used to compile
and execute the Java source code.
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 http://.appspot.com URL.