/antonytrupe

Primary LanguageJavaScript

appengine-standard-archetype

This is a generated App Engine Standard Java application from the appengine-standard-archetype archetype.

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: