| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
parent directory.. | ||||
This sample demonstrates how to use Cloud SQL on Google App Engine
Before you can run or deploy the sample, you will need to create a Cloud SQL instance)
or
gcloud sql instances describe <instance> | grep connectionName$ mvn clean appengine:deploy -DINSTANCE_CONNECTION_NAME=instanceConnectionName -Duser=root
-Dpassword=myPassword -Ddatabase=myDatabaseOr you can update the properties in pom.xml
$ mvn clean appengine:run -DINSTANCE_CONNECTION_NAME=instanceConnectionName -Duser=root -Dpassword=myPassowrd -Ddatabase=myDatabaseNote - you must use a local mysql instance for the 1st Generation instance and change the local Url in src/main/webapp/WEB-INF/appengine-web.xml to use your local server.
| Back | FazBrowse Home | New Git URL |