Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 421 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 421 Bytes

Java Gretty Starter

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.

Try it out

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 🙌