Dark Mode

Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Ananto30/jooby-example-shortify

Repository files navigation

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

Readme

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published