This is a generated App Engine Standard Java application from the appengine-standard-archetype archetype.
- Java 7
- Maven (at least 3.3.9)
- Gradle (optional)
- Google Cloud SDK (aka gcloud)
Initialize the Google Cloud SDK using:
gcloud init
This skeleton is ready to run.
mvn appengine:run
mvn appengine:deploy
mvn test
gradle appengineRun
gradle appengineDeploy
gradle test
As you add / modify the source code (src/main/java/...
) it's very useful to add unit testing
to (src/main/test/...
). The following resources are quite useful: