Skip to content

Latest commit

 

History

History
18 lines (10 loc) · 401 Bytes

File metadata and controls

18 lines (10 loc) · 401 Bytes

shortify

An example app using Jooby. Followed a modular approach, somewhat like Spring using annotations.

Inspired by this benchmark.

running

./gradlew joobyRun

building

./gradlew build

docker

 docker build . -t shortify
 docker run -p 8080:8080 -it shortify