Skip to content

zandero/rest.vertx.example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rest.vertx showcase

Example project showcasing rest.vertx usage

NOTE: For demonstration purposes only, DO NOT USE in production environment unless you know what you do!

Quick run

Build

mvn clean install

Run

java -jar target/rest.vertx.example.jar

By default the example server starts on port: 4444, alternatively you can select a different port:

java -jar target/rest.vertx.example.jar -p 5555

Test

curl http://localhost:4444/api/echo

See all available examples on: http://localhost:4444/

Releases

No releases published

Packages

No packages published