Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 394 Bytes

File metadata and controls

13 lines (10 loc) · 394 Bytes

Google App Engine Standard Environment Rest API

Setup

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

Running locally

$ mvn appengine:devserver  

Deploying

$ mvn appengine:update