Skip to content

Latest commit

 

History

History
32 lines (23 loc) · 1.06 KB

File metadata and controls

32 lines (23 loc) · 1.06 KB

Bigtable-hello-j11

Open in Cloud Shell

Bigtable Hello World application to Google App Engine Standard for Java 11.

Setup

   gcloud init

If this is your first time creating an App engine application:

   gcloud app create

Deploy to App Engine Standard for Java 11

    mvn  appengine:deploy -Dapp.deploy.projectId=<project-id>

When done

Cloud Bigtable Instances should be deleted when they are no longer being used as they use significant resources.