| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [View Raw Code] [Original HTTPS Page] |
This sample demonstrates how to use Cloud SQL on Google App Engine Flexible.
Before you can run or deploy the sample, you will need to create a Cloud SQL instance)
$ mvn clean appengine:deploy -DINSTANCE_CONNECTION_NAME=instanceConnectionName -Duser=root
-Dpassword=myPassword -Ddatabase=myDatabaseOr you can update the properties in pom.xml
$ mvn clean jetty:run -DINSTANCE_CONNECTION_NAME=instanceConnectionName -Duser=root -Dpassword=myPassowrd -Ddatabase=myDatabase| Back | FazBrowse Home | New Git URL |