X Tutup
Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

README.md

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.

X Tutup