Template project with the following technologies:
- Gradle as build tool
- Guice for DI
- Jersey for the RESTful API
- Jackson for POJO -> JSON mapping
- Jetty as embedded web server
- JDBI for access to relational DBs
From the commandline, run the following:
./gradlew run
This will startup the server in the default port 8080