Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

README.md

Datastore sample for App Engine Flex

Documentation

Setup

Before you can run or deploy the sample, you will need to do the following:

  1. Enable the Cloud Storage API in the Google Developers Console.

  2. Create a new database. By default, your Database ID will be (default). In this example, we will be using the "(default)" database.

    Note: Choosing between Native Mode and Datastore Mode? Check this document

  3. Ensure you assign the appropriate permissions/roles for your Application default service account to perfrom database creation and read & write

Deploying

```sh
mvn clean package appengine:deploy
```