Skip to content

Latest commit

 

History

History
31 lines (19 loc) · 1.1 KB

File metadata and controls

31 lines (19 loc) · 1.1 KB

Google Cloud Datastore Sample

Open in Cloud Shell

This sample demonstrates how to use Google Cloud Datastore from Google App Engine standard environment.

Running locally

This example uses the Cloud SDK Maven plugin. To run this sample locally:

$ mvn appengine:run

To see the results of the sample application, open localhost:8080 in a web browser.

Deploying

In the following command, replace YOUR-PROJECT-ID with your Google Cloud Project ID and SOME-VERSION with a valid version number.

$ mvn clean package appengine:deploy