Contains the code for using Cloud Datastore and Cloud SQL v2.
This is part of a Bookshelf tutorial.
Most users can get this running by updating the parameters in pom.xml. You'll
also need to create a bucket in Google Cloud Storage, referred
to below as MY-BUCKET.
mvn -Plocal clean appengine:devserver -Dbookshelf.bucket=MY-BUCKET
Note: If you run into an error about Invalid Credentials, you may have to
run:
gcloud auth application-default login
-
Deploy your App
mvn clean appengine:update -Dappengine.appId=
-Dappengine.version=bookshelf
-Dbookshelf.bucket=MY-BUCKET
Visit it at http://bookshelf..appspot.com