Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 423 Bytes

File metadata and controls

11 lines (9 loc) · 423 Bytes

Appengine Helloworld sample for Google App Engine

This sample demonstrates how to deploy an application on Google App Engine

Setup

  1. Update the tag in src/main/webapp/WEB-INF/appengine-web.xml with your project name
  2. Update the tag in src/main/webapp/WEB-INF/appengine-web.xml with your version name

Running locally

$ mvn appengine:devserver

Deploying

$ mvn appengine:update