Last Modified 2018.3.30
Comments using Objectify
Source: https://github.com/kimjonghoon/gae-comment
How to run
You need to install 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.