Starter web application template for GAE - java8, gradle, kotlin
Deploy the app
gradle clean appengineUpdate
demo :
https://demo-dot-myproject.appspot.com/
---Development----
Run the DEV server
gradle clean appengineRun
Stop the DEV server
gradle clean appengineStop