Last Modified 2018.3.26
Google Cloud Blobstore Example
Source: https://github.com/kimjonghoon/gaefile
How to Run
You need to install the Google Cloud SDK.
Visit https://cloud.google.com/sdk/downloads and follow the Interactive installer. After installation, open a command prompt and install java components with the following command:
gcloud components install app-engine-java
Go to the root directory, and execute the following command:
mvn appengine:run
Visit the http://localhost:8080.