X Tutup
Skip to content

Latest commit

 

History

History
50 lines (28 loc) · 1.6 KB

File metadata and controls

50 lines (28 loc) · 1.6 KB

Cloud SQL sample for Google App Engine

Open in Cloud Shell

This sample demonstrates how to use Cloud SQL on Google App Engine standard Java 8

Setup

Running locally

$ mvn clean appengine:run -DINSTANCE_CONNECTION_NAME=instanceConnectionName -Duser=root -Dpassword=myPassword -Ddatabase=myDatabase

Deploying

$ mvn clean package appengine:deploy -DINSTANCE_CONNECTION_NAME=instanceConnectionName -Duser=root
-Dpassword=myPassword -Ddatabase=myDatabase

Cleaning up

X Tutup