Of note is that we're using the gretty
plugin to run our webapp, since the
default jetty
plugin uses a too old version of the servlet API.
In addition the most basic of dependencies are included, but if you wanted
support for more features (say templating), then you'd have to import these in
the dependencies
section as normal.
- Clone the project
gradle appRun
- Go to
http://localhost:8080