| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
parent directory.. | ||||
Java 7 runtime support on App Engine standard was deprecated on December 13, 2017 and will be shut down entirely on January 16, 2019. It is replaced by the Java 8 Runtime Environment.
Samples for the Java 8 runtime can be found here.
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:update -DINSTANCE_CONNECTION_NAME=instanceConnectionName -Duser=root
-Dpassword=myPassword -Ddatabase=myDatabaseOr you can update the properties in pom.xml
$ mvn clean appengine:devserver -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 |