| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
parent directory.. | ||||
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
To view your app, use command:
gcloud app browse
Or navigate to https://<your-project-id>.appspot.com.
| Back | FazBrowse Home | New Git URL |