FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [View Raw Code]   [Original HTTPS Page]

java-docs-samples/appengine-java8/cloudsql-postgres/README.md at master · mblub/java-docs-samples · GitHub

Latest commit

 

History

History
49 lines (27 loc) · 1.61 KB

File metadata and controls

49 lines (27 loc) · 1.61 KB

Postgre SQL sample for Google App Engine J8

This sample demonstrates how to use PostgreSql 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


Back | FazBrowse Home | New Git URL