# Google App Engine Standard Environment URL Fetch Sample Open in Cloud Shell This sample demonstrates how to deploy an application on Google App Engine. See the [Google App Engine standard environment documentation][ae-docs] for more detailed instructions. [ae-docs]: https://cloud.google.com/appengine/docs/java/ ## Setup gcloud init ## Running locally mvn appengine:run ## Deploying mvn clean package appengine:deploy