Skip to content

Ananto30/jooby-example-shortify

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published