This project is no longer actively developed or maintained.
For new work on this check out getting-started-java and Getting started with Java for App Engine flexible.
Copyright (C) 2014 Google Inc.
Requires Apache Maven 3.1 or greater, and JDK 7 in order to run. This application needs to be deployed to the [App Engine VM Runtime][1].
Install the Cloud SDK for Managed VMs To run the application, do the following:
- Set the correct Cloud SDK project via
gcloud config set project YOUR_PROJECT
id of your application. - Run
mvn gcloud:run
- Visit http://localhost:8080
- To deploy, run
mvn gcloud:deploy
- Visit
http://YOUR_PROJECT.appspot.com
.