X Tutup
The Wayback Machine - https://web.archive.org/web/20200904123223/https://github.com/Ananto30/jooby-example-shortify/
Skip to content
master
Go to file
Code

README.md

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

About

Example app using Jooby, url shortener

Topics

Resources

Releases

No releases published

Packages

No packages published
You can’t perform that action at this time.
X Tutup