Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Latest commit

 

History

History
51 lines (28 loc) · 1.59 KB

File metadata and controls

51 lines (28 loc) · 1.59 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 appengine:deploy -DINSTANCE_CONNECTION_NAME=instanceConnectionName -Duser=root
-Dpassword=myPassword -Ddatabase=myDatabase

Cleaning up