Skip to content

Latest commit

 

History

History
44 lines (21 loc) · 946 Bytes

README.md

File metadata and controls

44 lines (21 loc) · 946 Bytes

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: