This sample shows how to deploy an application to Google App Engine using the
a fat jar. There is no entrypoint field listed in the app.yaml,
as the application is a single fat jar with the correct MainClass field in the MANIFEST.
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.