A barebones Java 8 web server built with Gradle, served by Gretty, and cleaned up by Lombok.
This project is intended to be used with a DTO pattern.
To run this, just run:
./gradlew appRun
Then open this address in your browser:
http://localhost:8080/java-gretty-starter/api/v1/hello/
If all is well, you'll get a friendly JSON greeting 🙌